@Generated(value="software.amazon.awssdk:codegen") public final class UnprocessedSecurityControl extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UnprocessedSecurityControl.Builder,UnprocessedSecurityControl>
Provides details about a security control for which a response couldn't be returned.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnprocessedSecurityControl.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UnprocessedSecurityControl.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
UnprocessedErrorCode |
errorCode()
The error code for the unprocessed security control.
|
String |
errorCodeAsString()
The error code for the unprocessed security control.
|
String |
errorReason()
The reason why the security control was unprocessed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
securityControlId()
The control (identified with
SecurityControlId, SecurityControlArn, or a mix of both
parameters) for which a response couldn't be returned. |
static Class<? extends UnprocessedSecurityControl.Builder> |
serializableBuilderClass() |
UnprocessedSecurityControl.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String securityControlId()
The control (identified with SecurityControlId, SecurityControlArn, or a mix of both
parameters) for which a response couldn't be returned.
SecurityControlId, SecurityControlArn, or a mix of
both parameters) for which a response couldn't be returned.public final UnprocessedErrorCode errorCode()
The error code for the unprocessed security control.
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 security control.
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 security control was unprocessed.
public UnprocessedSecurityControl.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UnprocessedSecurityControl.Builder,UnprocessedSecurityControl>public static UnprocessedSecurityControl.Builder builder()
public static Class<? extends UnprocessedSecurityControl.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.