@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnprocessedAccount extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about an account-related request that hasn't been processed.
| Constructor and Description |
|---|
UnprocessedAccount() |
| Modifier and Type | Method and Description |
|---|---|
UnprocessedAccount |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Web Services account ID for the account that the request applies to.
|
String |
getErrorCode()
The source of the issue or delay in processing the request.
|
String |
getErrorMessage()
The reason why the request hasn't been processed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAccountId(String accountId)
The Amazon Web Services account ID for the account that the request applies to.
|
void |
setErrorCode(String errorCode)
The source of the issue or delay in processing the request.
|
void |
setErrorMessage(String errorMessage)
The reason why the request hasn't been processed.
|
String |
toString()
Returns a string representation of this object.
|
UnprocessedAccount |
withAccountId(String accountId)
The Amazon Web Services account ID for the account that the request applies to.
|
UnprocessedAccount |
withErrorCode(ErrorCode errorCode)
The source of the issue or delay in processing the request.
|
UnprocessedAccount |
withErrorCode(String errorCode)
The source of the issue or delay in processing the request.
|
UnprocessedAccount |
withErrorMessage(String errorMessage)
The reason why the request hasn't been processed.
|
public void setAccountId(String accountId)
The Amazon Web Services account ID for the account that the request applies to.
accountId - The Amazon Web Services account ID for the account that the request applies to.public String getAccountId()
The Amazon Web Services account ID for the account that the request applies to.
public UnprocessedAccount withAccountId(String accountId)
The Amazon Web Services account ID for the account that the request applies to.
accountId - The Amazon Web Services account ID for the account that the request applies to.public void setErrorCode(String errorCode)
The source of the issue or delay in processing the request.
errorCode - The source of the issue or delay in processing the request.ErrorCodepublic String getErrorCode()
The source of the issue or delay in processing the request.
ErrorCodepublic UnprocessedAccount withErrorCode(String errorCode)
The source of the issue or delay in processing the request.
errorCode - The source of the issue or delay in processing the request.ErrorCodepublic UnprocessedAccount withErrorCode(ErrorCode errorCode)
The source of the issue or delay in processing the request.
errorCode - The source of the issue or delay in processing the request.ErrorCodepublic void setErrorMessage(String errorMessage)
The reason why the request hasn't been processed.
errorMessage - The reason why the request hasn't been processed.public String getErrorMessage()
The reason why the request hasn't been processed.
public UnprocessedAccount withErrorMessage(String errorMessage)
The reason why the request hasn't been processed.
errorMessage - The reason why the request hasn't been processed.public String toString()
toString in class ObjectObject.toString()public UnprocessedAccount clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.