@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Acceptor extends Object implements Serializable, Cloneable, StructuredPojo
The details of the party accepting the agreement terms. This is commonly the buyer for PurchaseAgreement
.
Constructor and Description |
---|
Acceptor() |
Modifier and Type | Method and Description |
---|---|
Acceptor |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The AWS account ID of the acceptor.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The AWS account ID of the acceptor.
|
String |
toString()
Returns a string representation of this object.
|
Acceptor |
withAccountId(String accountId)
The AWS account ID of the acceptor.
|
public void setAccountId(String accountId)
The AWS account ID of the acceptor.
accountId
- The AWS account ID of the acceptor.public String getAccountId()
The AWS account ID of the acceptor.
public Acceptor withAccountId(String accountId)
The AWS account ID of the acceptor.
accountId
- The AWS account ID of the acceptor.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.