@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Result extends Object implements Serializable, Cloneable, StructuredPojo
The account details that could not 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 could not be processed.
|
String |
getProcessingResult()
The reason for why an account could not be processed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
An ID of the AWS account that could not be processed.
|
void |
setProcessingResult(String processingResult)
The reason for why an account could not be processed.
|
String |
toString()
Returns a string representation of this object.
|
Result |
withAccountId(String accountId)
An ID of the AWS account that could not be processed.
|
Result |
withProcessingResult(String processingResult)
The reason for why an account could not be processed.
|
public void setAccountId(String accountId)
An ID of the AWS account that could not be processed.
accountId
- An ID of the AWS account that could not be processed.public String getAccountId()
An ID of the AWS account that could not be processed.
public Result withAccountId(String accountId)
An ID of the AWS account that could not be processed.
accountId
- An ID of the AWS account that could not be processed.public void setProcessingResult(String processingResult)
The reason for why an account could not be processed.
processingResult
- The reason for why an account could not be processed.public String getProcessingResult()
The reason for why an account could not be processed.
public Result withProcessingResult(String processingResult)
The reason for why an account could not be processed.
processingResult
- The reason for why an account could not be processed.public String toString()
toString
in class Object
Object.toString()
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.