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