@Generated(value="software.amazon.awssdk:codegen") public final class UnprocessedStandardsControlAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UnprocessedStandardsControlAssociation.Builder,UnprocessedStandardsControlAssociation>
Provides details about which control's enablement status couldn't be retrieved in a specified standard when calling BatchUpdateStandardsControlAssociations. This parameter also provides details about why the request was unprocessed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnprocessedStandardsControlAssociation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UnprocessedStandardsControlAssociation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
UnprocessedErrorCode |
errorCode()
The error code for the unprocessed standard and control association.
|
String |
errorCodeAsString()
The error code for the unprocessed standard and control association.
|
String |
errorReason()
The reason why the standard and control association was unprocessed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnprocessedStandardsControlAssociation.Builder> |
serializableBuilderClass() |
StandardsControlAssociationId |
standardsControlAssociationId()
An array with one or more objects that includes a security control (identified with
SecurityControlId, SecurityControlArn, or a mix of both parameters) and the Amazon
Resource Name (ARN) of a standard. |
UnprocessedStandardsControlAssociation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final StandardsControlAssociationId standardsControlAssociationId()
An array with one or more objects that includes a security control (identified with
SecurityControlId, SecurityControlArn, or a mix of both parameters) and the Amazon
Resource Name (ARN) of a standard. This parameter shows the specific controls for which the enablement status
couldn't be retrieved in specified standards when calling BatchUpdateStandardsControlAssociations.
SecurityControlId, SecurityControlArn, or a mix of both parameters) and the
Amazon Resource Name (ARN) of a standard. This parameter shows the specific controls for which the
enablement status couldn't be retrieved in specified standards when calling BatchUpdateStandardsControlAssociations.public final UnprocessedErrorCode errorCode()
The error code for the unprocessed standard and control association.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return UnprocessedErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from errorCodeAsString().
UnprocessedErrorCodepublic final String errorCodeAsString()
The error code for the unprocessed standard and control association.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return UnprocessedErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from errorCodeAsString().
UnprocessedErrorCodepublic final String errorReason()
The reason why the standard and control association was unprocessed.
public UnprocessedStandardsControlAssociation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UnprocessedStandardsControlAssociation.Builder,UnprocessedStandardsControlAssociation>public static UnprocessedStandardsControlAssociation.Builder builder()
public static Class<? extends UnprocessedStandardsControlAssociation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.