@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()
The detailed result of the ProvisionProduct request, containing the inputs made to that request, the
current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors
that the request encountered.
|
int |
hashCode() |
void |
setRecordDetail(RecordDetail recordDetail)
The detailed result of the ProvisionProduct request, containing the inputs made to that request, the
current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors
that the request encountered.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ProvisionProductResult |
withRecordDetail(RecordDetail recordDetail)
The detailed result of the ProvisionProduct request, containing the inputs made to that request, the
current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors
that the request encountered.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRecordDetail(RecordDetail recordDetail)
The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.
recordDetail - The detailed result of the ProvisionProduct request, containing the inputs made to that request,
the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of
any errors that the request encountered.public RecordDetail getRecordDetail()
The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.
public ProvisionProductResult withRecordDetail(RecordDetail recordDetail)
The detailed result of the ProvisionProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of any errors that the request encountered.
recordDetail - The detailed result of the ProvisionProduct request, containing the inputs made to that request,
the current state of the request, a pointer to the ProvisionedProduct object of the request, and a list of
any errors that the request encountered.public String toString()
toString in class ObjectObject.toString()public ProvisionProductResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.