@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProvisionedProductPropertiesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateProvisionedProductPropertiesResult() |
Modifier and Type | Method and Description |
---|---|
UpdateProvisionedProductPropertiesResult |
addProvisionedProductPropertiesEntry(String key,
String value)
Add a single ProvisionedProductProperties entry
|
UpdateProvisionedProductPropertiesResult |
clearProvisionedProductPropertiesEntries()
Removes all the entries added into ProvisionedProductProperties.
|
UpdateProvisionedProductPropertiesResult |
clone() |
boolean |
equals(Object obj) |
String |
getProvisionedProductId()
The provisioned product identifier.
|
Map<String,String> |
getProvisionedProductProperties()
A map that contains the properties updated.
|
String |
getRecordId()
The identifier of the record.
|
String |
getStatus()
The status of the request.
|
int |
hashCode() |
void |
setProvisionedProductId(String provisionedProductId)
The provisioned product identifier.
|
void |
setProvisionedProductProperties(Map<String,String> provisionedProductProperties)
A map that contains the properties updated.
|
void |
setRecordId(String recordId)
The identifier of the record.
|
void |
setStatus(String status)
The status of the request.
|
String |
toString()
Returns a string representation of this object.
|
UpdateProvisionedProductPropertiesResult |
withProvisionedProductId(String provisionedProductId)
The provisioned product identifier.
|
UpdateProvisionedProductPropertiesResult |
withProvisionedProductProperties(Map<String,String> provisionedProductProperties)
A map that contains the properties updated.
|
UpdateProvisionedProductPropertiesResult |
withRecordId(String recordId)
The identifier of the record.
|
UpdateProvisionedProductPropertiesResult |
withStatus(RecordStatus status)
The status of the request.
|
UpdateProvisionedProductPropertiesResult |
withStatus(String status)
The status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public UpdateProvisionedProductPropertiesResult()
public void setProvisionedProductId(String provisionedProductId)
The provisioned product identifier.
provisionedProductId
- The provisioned product identifier.public String getProvisionedProductId()
The provisioned product identifier.
public UpdateProvisionedProductPropertiesResult withProvisionedProductId(String provisionedProductId)
The provisioned product identifier.
provisionedProductId
- The provisioned product identifier.public Map<String,String> getProvisionedProductProperties()
A map that contains the properties updated.
public void setProvisionedProductProperties(Map<String,String> provisionedProductProperties)
A map that contains the properties updated.
provisionedProductProperties
- A map that contains the properties updated.public UpdateProvisionedProductPropertiesResult withProvisionedProductProperties(Map<String,String> provisionedProductProperties)
A map that contains the properties updated.
provisionedProductProperties
- A map that contains the properties updated.public UpdateProvisionedProductPropertiesResult addProvisionedProductPropertiesEntry(String key, String value)
public UpdateProvisionedProductPropertiesResult clearProvisionedProductPropertiesEntries()
public void setRecordId(String recordId)
The identifier of the record.
recordId
- The identifier of the record.public String getRecordId()
The identifier of the record.
public UpdateProvisionedProductPropertiesResult withRecordId(String recordId)
The identifier of the record.
recordId
- The identifier of the record.public void setStatus(String status)
The status of the request.
status
- The status of the request.RecordStatus
public String getStatus()
The status of the request.
RecordStatus
public UpdateProvisionedProductPropertiesResult withStatus(String status)
The status of the request.
status
- The status of the request.RecordStatus
public UpdateProvisionedProductPropertiesResult withStatus(RecordStatus status)
The status of the request.
status
- The status of the request.RecordStatus
public String toString()
toString
in class Object
Object.toString()
public UpdateProvisionedProductPropertiesResult clone()