@Generated(value="software.amazon.awssdk:codegen") public final class UnprocessedAccount extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UnprocessedAccount.Builder,UnprocessedAccount>
Provides information about an account-related request that hasn't been processed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnprocessedAccount.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The AWS account ID for the account that the request applies to.
|
static UnprocessedAccount.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorCode |
errorCode()
The source of the issue or delay in processing the request.
|
String |
errorCodeAsString()
The source of the issue or delay in processing the request.
|
String |
errorMessage()
The reason why the request hasn't been processed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnprocessedAccount.Builder> |
serializableBuilderClass() |
UnprocessedAccount.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String accountId()
The AWS account ID for the account that the request applies to.
public ErrorCode errorCode()
The source of the issue or delay in processing the request.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return ErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
errorCodeAsString().
ErrorCodepublic String errorCodeAsString()
The source of the issue or delay in processing the request.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return ErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
errorCodeAsString().
ErrorCodepublic String errorMessage()
The reason why the request hasn't been processed.
public UnprocessedAccount.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UnprocessedAccount.Builder,UnprocessedAccount>public static UnprocessedAccount.Builder builder()
public static Class<? extends UnprocessedAccount.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.