@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvisioningArtifactProperties extends Object implements Serializable, Cloneable, StructuredPojo
Provisioning artifact properties.
| Constructor and Description |
|---|
ProvisioningArtifactProperties() |
| Modifier and Type | Method and Description |
|---|---|
ProvisioningArtifactProperties |
addInfoEntry(String key,
String value) |
ProvisioningArtifactProperties |
clearInfoEntries()
Removes all the entries added into Info.
|
ProvisioningArtifactProperties |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The text description of the provisioning artifact properties.
|
Map<String,String> |
getInfo()
Additional information about the provisioning artifact properties.
|
String |
getName()
The name assigned to the provisioning artifact properties.
|
String |
getType()
The type of the provisioning artifact properties.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDescription(String description)
The text description of the provisioning artifact properties.
|
void |
setInfo(Map<String,String> info)
Additional information about the provisioning artifact properties.
|
void |
setName(String name)
The name assigned to the provisioning artifact properties.
|
void |
setType(ProvisioningArtifactType type)
The type of the provisioning artifact properties.
|
void |
setType(String type)
The type of the provisioning artifact properties.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ProvisioningArtifactProperties |
withDescription(String description)
The text description of the provisioning artifact properties.
|
ProvisioningArtifactProperties |
withInfo(Map<String,String> info)
Additional information about the provisioning artifact properties.
|
ProvisioningArtifactProperties |
withName(String name)
The name assigned to the provisioning artifact properties.
|
ProvisioningArtifactProperties |
withType(ProvisioningArtifactType type)
The type of the provisioning artifact properties.
|
ProvisioningArtifactProperties |
withType(String type)
The type of the provisioning artifact properties.
|
public void setName(String name)
The name assigned to the provisioning artifact properties.
name - The name assigned to the provisioning artifact properties.public String getName()
The name assigned to the provisioning artifact properties.
public ProvisioningArtifactProperties withName(String name)
The name assigned to the provisioning artifact properties.
name - The name assigned to the provisioning artifact properties.public void setDescription(String description)
The text description of the provisioning artifact properties.
description - The text description of the provisioning artifact properties.public String getDescription()
The text description of the provisioning artifact properties.
public ProvisioningArtifactProperties withDescription(String description)
The text description of the provisioning artifact properties.
description - The text description of the provisioning artifact properties.public Map<String,String> getInfo()
Additional information about the provisioning artifact properties.
public void setInfo(Map<String,String> info)
Additional information about the provisioning artifact properties.
info - Additional information about the provisioning artifact properties.public ProvisioningArtifactProperties withInfo(Map<String,String> info)
Additional information about the provisioning artifact properties.
info - Additional information about the provisioning artifact properties.public ProvisioningArtifactProperties addInfoEntry(String key, String value)
public ProvisioningArtifactProperties clearInfoEntries()
public void setType(String type)
The type of the provisioning artifact properties.
type - The type of the provisioning artifact properties.ProvisioningArtifactTypepublic String getType()
The type of the provisioning artifact properties.
ProvisioningArtifactTypepublic ProvisioningArtifactProperties withType(String type)
The type of the provisioning artifact properties.
type - The type of the provisioning artifact properties.ProvisioningArtifactTypepublic void setType(ProvisioningArtifactType type)
The type of the provisioning artifact properties.
type - The type of the provisioning artifact properties.ProvisioningArtifactTypepublic ProvisioningArtifactProperties withType(ProvisioningArtifactType type)
The type of the provisioning artifact properties.
type - The type of the provisioning artifact properties.ProvisioningArtifactTypepublic String toString()
toString in class ObjectObject.toString()public ProvisioningArtifactProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.