@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfirmCustomerAgreementResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ConfirmCustomerAgreementResult() |
Modifier and Type | Method and Description |
---|---|
ConfirmCustomerAgreementResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of the customer agreement when the connection was created.
|
int |
hashCode() |
void |
setStatus(String status)
The status of the customer agreement when the connection was created.
|
String |
toString()
Returns a string representation of this object.
|
ConfirmCustomerAgreementResult |
withStatus(String status)
The status of the customer agreement when the connection was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
The status of the customer agreement when the connection was created. This will be either signed
or
unsigned
.
status
- The status of the customer agreement when the connection was created. This will be either
signed
or unsigned
.public String getStatus()
The status of the customer agreement when the connection was created. This will be either signed
or
unsigned
.
signed
or unsigned
.public ConfirmCustomerAgreementResult withStatus(String status)
The status of the customer agreement when the connection was created. This will be either signed
or
unsigned
.
status
- The status of the customer agreement when the connection was created. This will be either
signed
or unsigned
.public String toString()
toString
in class Object
Object.toString()
public ConfirmCustomerAgreementResult clone()