@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)
Marshalls this structured data using the given
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 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.