@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) |
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 ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.