@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()
Information about the result of this request.
|
int |
hashCode() |
void |
setRecordDetail(RecordDetail recordDetail)
Information about the result of this request.
|
String |
toString()
Returns a string representation of this object.
|
TerminateProvisionedProductResult |
withRecordDetail(RecordDetail recordDetail)
Information about the result of this request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRecordDetail(RecordDetail recordDetail)
Information about the result of this request.
recordDetail
- Information about the result of this request.public RecordDetail getRecordDetail()
Information about the result of this request.
public TerminateProvisionedProductResult withRecordDetail(RecordDetail recordDetail)
Information about the result of this request.
recordDetail
- Information about the result of this request.public String toString()
toString
in class Object
Object.toString()
public TerminateProvisionedProductResult clone()