@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomerAgreement extends Object implements Serializable, Cloneable, StructuredPojo
The name and status of a customer agreement.
Constructor and Description |
---|
CustomerAgreement() |
Modifier and Type | Method and Description |
---|---|
CustomerAgreement |
clone() |
boolean |
equals(Object obj) |
String |
getAgreementName()
The name of the agreement.
|
String |
getStatus()
The status of the customer agreement.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAgreementName(String agreementName)
The name of the agreement.
|
void |
setStatus(String status)
The status of the customer agreement.
|
String |
toString()
Returns a string representation of this object.
|
CustomerAgreement |
withAgreementName(String agreementName)
The name of the agreement.
|
CustomerAgreement |
withStatus(String status)
The status of the customer agreement.
|
public void setAgreementName(String agreementName)
The name of the agreement.
agreementName
- The name of the agreement.public String getAgreementName()
The name of the agreement.
public CustomerAgreement withAgreementName(String agreementName)
The name of the agreement.
agreementName
- The name of the agreement.public void setStatus(String status)
The status of the customer agreement. This will be either signed
or unsigned
status
- The status of the customer agreement. This will be either signed
or unsigned
public String getStatus()
The status of the customer agreement. This will be either signed
or unsigned
signed
or unsigned
public CustomerAgreement withStatus(String status)
The status of the customer agreement. This will be either signed
or unsigned
status
- The status of the customer agreement. This will be either signed
or unsigned
public String toString()
toString
in class Object
Object.toString()
public CustomerAgreement clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.