public class ProvisionedProductDetail extends Object implements Serializable, Cloneable
Detailed information about a ProvisionedProduct object.
Constructor and Description |
---|
ProvisionedProductDetail() |
Modifier and Type | Method and Description |
---|---|
ProvisionedProductDetail |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN associated with the ProvisionedProduct object.
|
Date |
getCreatedTime()
The time the ProvisionedProduct was created.
|
String |
getId()
The identifier of the ProvisionedProduct object.
|
String |
getIdempotencyToken()
An idempotency token that uniquely identifies this ProvisionedProduct.
|
String |
getLastRecordId()
The record identifier of the last request performed on this
ProvisionedProduct object.
|
String |
getName()
The user-friendly name of the ProvisionedProduct object.
|
String |
getStatus()
The current status of the ProvisionedProduct.
|
String |
getStatusMessage()
The current status message of the ProvisionedProduct.
|
String |
getType()
The type of the ProvisionedProduct object.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN associated with the ProvisionedProduct object.
|
void |
setCreatedTime(Date createdTime)
The time the ProvisionedProduct was created.
|
void |
setId(String id)
The identifier of the ProvisionedProduct object.
|
void |
setIdempotencyToken(String idempotencyToken)
An idempotency token that uniquely identifies this ProvisionedProduct.
|
void |
setLastRecordId(String lastRecordId)
The record identifier of the last request performed on this
ProvisionedProduct object.
|
void |
setName(String name)
The user-friendly name of the ProvisionedProduct object.
|
void |
setStatus(RecordStatus status)
The current status of the ProvisionedProduct.
|
void |
setStatus(String status)
The current status of the ProvisionedProduct.
|
void |
setStatusMessage(String statusMessage)
The current status message of the ProvisionedProduct.
|
void |
setType(String type)
The type of the ProvisionedProduct object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ProvisionedProductDetail |
withArn(String arn)
The ARN associated with the ProvisionedProduct object.
|
ProvisionedProductDetail |
withCreatedTime(Date createdTime)
The time the ProvisionedProduct was created.
|
ProvisionedProductDetail |
withId(String id)
The identifier of the ProvisionedProduct object.
|
ProvisionedProductDetail |
withIdempotencyToken(String idempotencyToken)
An idempotency token that uniquely identifies this ProvisionedProduct.
|
ProvisionedProductDetail |
withLastRecordId(String lastRecordId)
The record identifier of the last request performed on this
ProvisionedProduct object.
|
ProvisionedProductDetail |
withName(String name)
The user-friendly name of the ProvisionedProduct object.
|
ProvisionedProductDetail |
withStatus(RecordStatus status)
The current status of the ProvisionedProduct.
|
ProvisionedProductDetail |
withStatus(String status)
The current status of the ProvisionedProduct.
|
ProvisionedProductDetail |
withStatusMessage(String statusMessage)
The current status message of the ProvisionedProduct.
|
ProvisionedProductDetail |
withType(String type)
The type of the ProvisionedProduct object.
|
public void setName(String name)
The user-friendly name of the ProvisionedProduct object.
name
- The user-friendly name of the ProvisionedProduct object.public String getName()
The user-friendly name of the ProvisionedProduct object.
public ProvisionedProductDetail withName(String name)
The user-friendly name of the ProvisionedProduct object.
name
- The user-friendly name of the ProvisionedProduct object.public void setArn(String arn)
The ARN associated with the ProvisionedProduct object.
arn
- The ARN associated with the ProvisionedProduct object.public String getArn()
The ARN associated with the ProvisionedProduct object.
public ProvisionedProductDetail withArn(String arn)
The ARN associated with the ProvisionedProduct object.
arn
- The ARN associated with the ProvisionedProduct object.public void setType(String type)
The type of the ProvisionedProduct object.
type
- The type of the ProvisionedProduct object.public String getType()
The type of the ProvisionedProduct object.
public ProvisionedProductDetail withType(String type)
The type of the ProvisionedProduct object.
type
- The type of the ProvisionedProduct object.public void setId(String id)
The identifier of the ProvisionedProduct object.
id
- The identifier of the ProvisionedProduct object.public String getId()
The identifier of the ProvisionedProduct object.
public ProvisionedProductDetail withId(String id)
The identifier of the ProvisionedProduct object.
id
- The identifier of the ProvisionedProduct object.public void setStatus(String status)
The current status of the ProvisionedProduct.
status
- The current status of the ProvisionedProduct.RecordStatus
public String getStatus()
The current status of the ProvisionedProduct.
RecordStatus
public ProvisionedProductDetail withStatus(String status)
The current status of the ProvisionedProduct.
status
- The current status of the ProvisionedProduct.RecordStatus
public void setStatus(RecordStatus status)
The current status of the ProvisionedProduct.
status
- The current status of the ProvisionedProduct.RecordStatus
public ProvisionedProductDetail withStatus(RecordStatus status)
The current status of the ProvisionedProduct.
status
- The current status of the ProvisionedProduct.RecordStatus
public void setStatusMessage(String statusMessage)
The current status message of the ProvisionedProduct.
statusMessage
- The current status message of the ProvisionedProduct.public String getStatusMessage()
The current status message of the ProvisionedProduct.
public ProvisionedProductDetail withStatusMessage(String statusMessage)
The current status message of the ProvisionedProduct.
statusMessage
- The current status message of the ProvisionedProduct.public void setCreatedTime(Date createdTime)
The time the ProvisionedProduct was created.
createdTime
- The time the ProvisionedProduct was created.public Date getCreatedTime()
The time the ProvisionedProduct was created.
public ProvisionedProductDetail withCreatedTime(Date createdTime)
The time the ProvisionedProduct was created.
createdTime
- The time the ProvisionedProduct was created.public void setIdempotencyToken(String idempotencyToken)
An idempotency token that uniquely identifies this ProvisionedProduct.
idempotencyToken
- An idempotency token that uniquely identifies this
ProvisionedProduct.public String getIdempotencyToken()
An idempotency token that uniquely identifies this ProvisionedProduct.
public ProvisionedProductDetail withIdempotencyToken(String idempotencyToken)
An idempotency token that uniquely identifies this ProvisionedProduct.
idempotencyToken
- An idempotency token that uniquely identifies this
ProvisionedProduct.public void setLastRecordId(String lastRecordId)
The record identifier of the last request performed on this ProvisionedProduct object.
lastRecordId
- The record identifier of the last request performed on this
ProvisionedProduct object.public String getLastRecordId()
The record identifier of the last request performed on this ProvisionedProduct object.
public ProvisionedProductDetail withLastRecordId(String lastRecordId)
The record identifier of the last request performed on this ProvisionedProduct object.
lastRecordId
- The record identifier of the last request performed on this
ProvisionedProduct object.public String toString()
toString
in class Object
Object.toString()
public ProvisionedProductDetail clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.