@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnprocessedAccount extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the accounts that weren't 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.
|
String |
getResult()
A reason why the account 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.
|
void |
setResult(String result)
A reason why the account hasn't been processed.
|
String |
toString()
Returns a string representation of this object.
|
UnprocessedAccount |
withAccountId(String accountId)
The Amazon Web Services account ID.
|
UnprocessedAccount |
withResult(String result)
A reason why the account hasn't been processed.
|
public void setAccountId(String accountId)
The Amazon Web Services account ID.
accountId - The Amazon Web Services account ID.public String getAccountId()
The Amazon Web Services account ID.
public UnprocessedAccount withAccountId(String accountId)
The Amazon Web Services account ID.
accountId - The Amazon Web Services account ID.public void setResult(String result)
A reason why the account hasn't been processed.
result - A reason why the account hasn't been processed.public String getResult()
A reason why the account hasn't been processed.
public UnprocessedAccount withResult(String result)
A reason why the account hasn't been processed.
result - A reason why the account 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.