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