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