@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvisionProductResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ProvisionProductResult() |
Modifier and Type | Method and Description |
---|---|
ProvisionProductResult |
clone() |
boolean |
equals(Object obj) |
RecordDetail |
getRecordDetail()
Information about the result of ProvisionProduct.
|
int |
hashCode() |
void |
setRecordDetail(RecordDetail recordDetail)
Information about the result of ProvisionProduct.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ProvisionProductResult |
withRecordDetail(RecordDetail recordDetail)
Information about the result of ProvisionProduct.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRecordDetail(RecordDetail recordDetail)
Information about the result of ProvisionProduct.
recordDetail
- Information about the result of ProvisionProduct.public RecordDetail getRecordDetail()
Information about the result of ProvisionProduct.
public ProvisionProductResult withRecordDetail(RecordDetail recordDetail)
Information about the result of ProvisionProduct.
recordDetail
- Information about the result of ProvisionProduct.public String toString()
toString
in class Object
Object.toString()
public ProvisionProductResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.