@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TerminateProvisionedProductResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
TerminateProvisionedProductResult() |
Modifier and Type | Method and Description |
---|---|
TerminateProvisionedProductResult |
clone() |
boolean |
equals(Object obj) |
RecordDetail |
getRecordDetail()
The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that
request, the current state of the request, a pointer to the ProvisionedProduct object that the request is
modifying, and a list of any errors that the request encountered.
|
int |
hashCode() |
void |
setRecordDetail(RecordDetail recordDetail)
The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that
request, the current state of the request, a pointer to the ProvisionedProduct object that the request is
modifying, and a list of any errors that the request encountered.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TerminateProvisionedProductResult |
withRecordDetail(RecordDetail recordDetail)
The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that
request, the current state of the request, a pointer to the ProvisionedProduct object that the request is
modifying, and a list of any errors that the request encountered.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRecordDetail(RecordDetail recordDetail)
The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.
recordDetail
- The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that
request, the current state of the request, a pointer to the ProvisionedProduct object that the request is
modifying, and a list of any errors that the request encountered.public RecordDetail getRecordDetail()
The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.
public TerminateProvisionedProductResult withRecordDetail(RecordDetail recordDetail)
The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.
recordDetail
- The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that
request, the current state of the request, a pointer to the ProvisionedProduct object that the request is
modifying, and a list of any errors that the request encountered.public String toString()
toString
in class Object
Object.toString()
public TerminateProvisionedProductResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.