@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnprocessedAccount extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the accounts that were not processed.
Constructor and Description |
---|
UnprocessedAccount() |
Modifier and Type | Method and Description |
---|---|
UnprocessedAccount |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
AWS 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)
AWS 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)
AWS Account ID.
|
UnprocessedAccount |
withResult(String result)
A reason why the account hasn't been processed.
|
public void setAccountId(String accountId)
AWS Account ID.
accountId
- AWS Account ID.public String getAccountId()
AWS Account ID.
public UnprocessedAccount withAccountId(String accountId)
AWS Account ID.
accountId
- AWS 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 Object
Object.toString()
public UnprocessedAccount clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.