@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvisioningArtifact extends Object implements Serializable, Cloneable, StructuredPojo
Information about a provisioning artifact. A provisioning artifact is also known as a product version.
| Constructor and Description |
|---|
ProvisioningArtifact() |
| Modifier and Type | Method and Description |
|---|---|
ProvisioningArtifact |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTime()
The UTC time stamp of the creation time.
|
String |
getDescription()
The description of the provisioning artifact.
|
String |
getId()
The identifier of the provisioning artifact.
|
String |
getName()
The name of the provisioning artifact.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreatedTime(Date createdTime)
The UTC time stamp of the creation time.
|
void |
setDescription(String description)
The description of the provisioning artifact.
|
void |
setId(String id)
The identifier of the provisioning artifact.
|
void |
setName(String name)
The name of the provisioning artifact.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ProvisioningArtifact |
withCreatedTime(Date createdTime)
The UTC time stamp of the creation time.
|
ProvisioningArtifact |
withDescription(String description)
The description of the provisioning artifact.
|
ProvisioningArtifact |
withId(String id)
The identifier of the provisioning artifact.
|
ProvisioningArtifact |
withName(String name)
The name of the provisioning artifact.
|
public void setId(String id)
The identifier of the provisioning artifact.
id - The identifier of the provisioning artifact.public String getId()
The identifier of the provisioning artifact.
public ProvisioningArtifact withId(String id)
The identifier of the provisioning artifact.
id - The identifier of the provisioning artifact.public void setName(String name)
The name of the provisioning artifact.
name - The name of the provisioning artifact.public String getName()
The name of the provisioning artifact.
public ProvisioningArtifact withName(String name)
The name of the provisioning artifact.
name - The name of the provisioning artifact.public void setDescription(String description)
The description of the provisioning artifact.
description - The description of the provisioning artifact.public String getDescription()
The description of the provisioning artifact.
public ProvisioningArtifact withDescription(String description)
The description of the provisioning artifact.
description - The description of the provisioning artifact.public void setCreatedTime(Date createdTime)
The UTC time stamp of the creation time.
createdTime - The UTC time stamp of the creation time.public Date getCreatedTime()
The UTC time stamp of the creation time.
public ProvisioningArtifact withCreatedTime(Date createdTime)
The UTC time stamp of the creation time.
createdTime - The UTC time stamp of the creation time.public String toString()
toString in class ObjectObject.toString()public ProvisioningArtifact clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.