@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Result extends Object implements Serializable, Cloneable, StructuredPojo
The account details that couldn't be processed.
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
Result |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
An ID of the AWS account that couldn't be processed.
|
String |
getProcessingResult()
The reason for why an account couldn't be processed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAccountId(String accountId)
An ID of the AWS account that couldn't be processed.
|
void |
setProcessingResult(String processingResult)
The reason for why an account couldn't be processed.
|
String |
toString()
Returns a string representation of this object.
|
Result |
withAccountId(String accountId)
An ID of the AWS account that couldn't be processed.
|
Result |
withProcessingResult(String processingResult)
The reason for why an account couldn't be processed.
|
public void setAccountId(String accountId)
An ID of the AWS account that couldn't be processed.
accountId - An ID of the AWS account that couldn't be processed.public String getAccountId()
An ID of the AWS account that couldn't be processed.
public Result withAccountId(String accountId)
An ID of the AWS account that couldn't be processed.
accountId - An ID of the AWS account that couldn't be processed.public void setProcessingResult(String processingResult)
The reason for why an account couldn't be processed.
processingResult - The reason for why an account couldn't be processed.public String getProcessingResult()
The reason for why an account couldn't be processed.
public Result withProcessingResult(String processingResult)
The reason for why an account couldn't be processed.
processingResult - The reason for why an account couldn't be processed.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.