@Generated(value="software.amazon.awssdk:codegen") public final class UnprocessedStandardsControlAssociationUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UnprocessedStandardsControlAssociationUpdate.Builder,UnprocessedStandardsControlAssociationUpdate>
Provides details about which control's enablement status could not be updated in a specified standard when calling the BatchUpdateStandardsControlAssociations API. This parameter also provides details about why the request was unprocessed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnprocessedStandardsControlAssociationUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UnprocessedStandardsControlAssociationUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
UnprocessedErrorCode |
errorCode()
The error code for the unprocessed update of the control's enablement status in the specified standard.
|
String |
errorCodeAsString()
The error code for the unprocessed update of the control's enablement status in the specified standard.
|
String |
errorReason()
The reason why a control's enablement status in the specified standard couldn't be updated.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnprocessedStandardsControlAssociationUpdate.Builder> |
serializableBuilderClass() |
StandardsControlAssociationUpdate |
standardsControlAssociationUpdate()
An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.
|
UnprocessedStandardsControlAssociationUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final StandardsControlAssociationUpdate standardsControlAssociationUpdate()
An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.
public final UnprocessedErrorCode errorCode()
The error code for the unprocessed update of the control's enablement status in the specified standard.
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 update of the control's enablement status in the specified standard.
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 a control's enablement status in the specified standard couldn't be updated.
public UnprocessedStandardsControlAssociationUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UnprocessedStandardsControlAssociationUpdate.Builder,UnprocessedStandardsControlAssociationUpdate>public static UnprocessedStandardsControlAssociationUpdate.Builder builder()
public static Class<? extends UnprocessedStandardsControlAssociationUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.