@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecuteProvisionedProductServiceActionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ExecuteProvisionedProductServiceActionResult() |
Modifier and Type | Method and Description |
---|---|
ExecuteProvisionedProductServiceActionResult |
clone() |
boolean |
equals(Object obj) |
RecordDetail |
getRecordDetail()
An object containing detailed information about the result of provisioning the product.
|
int |
hashCode() |
void |
setRecordDetail(RecordDetail recordDetail)
An object containing detailed information about the result of provisioning the product.
|
String |
toString()
Returns a string representation of this object.
|
ExecuteProvisionedProductServiceActionResult |
withRecordDetail(RecordDetail recordDetail)
An object containing detailed information about the result of provisioning the product.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ExecuteProvisionedProductServiceActionResult()
public void setRecordDetail(RecordDetail recordDetail)
An object containing detailed information about the result of provisioning the product.
recordDetail
- An object containing detailed information about the result of provisioning the product.public RecordDetail getRecordDetail()
An object containing detailed information about the result of provisioning the product.
public ExecuteProvisionedProductServiceActionResult withRecordDetail(RecordDetail recordDetail)
An object containing detailed information about the result of provisioning the product.
recordDetail
- An object containing detailed information about the result of provisioning the product.public String toString()
toString
in class Object
Object.toString()
public ExecuteProvisionedProductServiceActionResult clone()