@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 |
getGuidance()
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
|
String |
getId()
The identifier of the provisioning artifact.
|
String |
getName()
The name of the provisioning artifact.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCreatedTime(Date createdTime)
The UTC time stamp of the creation time.
|
void |
setDescription(String description)
The description of the provisioning artifact.
|
void |
setGuidance(String guidance)
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
|
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.
|
ProvisioningArtifact |
withCreatedTime(Date createdTime)
The UTC time stamp of the creation time.
|
ProvisioningArtifact |
withDescription(String description)
The description of the provisioning artifact.
|
ProvisioningArtifact |
withGuidance(ProvisioningArtifactGuidance guidance)
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
|
ProvisioningArtifact |
withGuidance(String guidance)
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
|
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 void setGuidance(String guidance)
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
guidance - Information set by the administrator to provide guidance to end users about which provisioning artifacts
to use.ProvisioningArtifactGuidancepublic String getGuidance()
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
ProvisioningArtifactGuidancepublic ProvisioningArtifact withGuidance(String guidance)
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
guidance - Information set by the administrator to provide guidance to end users about which provisioning artifacts
to use.ProvisioningArtifactGuidancepublic ProvisioningArtifact withGuidance(ProvisioningArtifactGuidance guidance)
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
guidance - Information set by the administrator to provide guidance to end users about which provisioning artifacts
to use.ProvisioningArtifactGuidancepublic String toString()
toString in class ObjectObject.toString()public ProvisioningArtifact clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.