@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProvisioningTemplateVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateProvisioningTemplateVersionResult() |
Modifier and Type | Method and Description |
---|---|
CreateProvisioningTemplateVersionResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsDefaultVersion()
True if the provisioning template version is the default version, otherwise false.
|
String |
getTemplateArn()
The ARN that identifies the provisioning template.
|
String |
getTemplateName()
The name of the provisioning template.
|
Integer |
getVersionId()
The version of the provisioning template.
|
int |
hashCode() |
Boolean |
isDefaultVersion()
True if the provisioning template version is the default version, otherwise false.
|
void |
setIsDefaultVersion(Boolean isDefaultVersion)
True if the provisioning template version is the default version, otherwise false.
|
void |
setTemplateArn(String templateArn)
The ARN that identifies the provisioning template.
|
void |
setTemplateName(String templateName)
The name of the provisioning template.
|
void |
setVersionId(Integer versionId)
The version of the provisioning template.
|
String |
toString()
Returns a string representation of this object.
|
CreateProvisioningTemplateVersionResult |
withIsDefaultVersion(Boolean isDefaultVersion)
True if the provisioning template version is the default version, otherwise false.
|
CreateProvisioningTemplateVersionResult |
withTemplateArn(String templateArn)
The ARN that identifies the provisioning template.
|
CreateProvisioningTemplateVersionResult |
withTemplateName(String templateName)
The name of the provisioning template.
|
CreateProvisioningTemplateVersionResult |
withVersionId(Integer versionId)
The version of the provisioning template.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateProvisioningTemplateVersionResult()
public void setTemplateArn(String templateArn)
The ARN that identifies the provisioning template.
templateArn
- The ARN that identifies the provisioning template.public String getTemplateArn()
The ARN that identifies the provisioning template.
public CreateProvisioningTemplateVersionResult withTemplateArn(String templateArn)
The ARN that identifies the provisioning template.
templateArn
- The ARN that identifies the provisioning template.public void setTemplateName(String templateName)
The name of the provisioning template.
templateName
- The name of the provisioning template.public String getTemplateName()
The name of the provisioning template.
public CreateProvisioningTemplateVersionResult withTemplateName(String templateName)
The name of the provisioning template.
templateName
- The name of the provisioning template.public void setVersionId(Integer versionId)
The version of the provisioning template.
versionId
- The version of the provisioning template.public Integer getVersionId()
The version of the provisioning template.
public CreateProvisioningTemplateVersionResult withVersionId(Integer versionId)
The version of the provisioning template.
versionId
- The version of the provisioning template.public void setIsDefaultVersion(Boolean isDefaultVersion)
True if the provisioning template version is the default version, otherwise false.
isDefaultVersion
- True if the provisioning template version is the default version, otherwise false.public Boolean getIsDefaultVersion()
True if the provisioning template version is the default version, otherwise false.
public CreateProvisioningTemplateVersionResult withIsDefaultVersion(Boolean isDefaultVersion)
True if the provisioning template version is the default version, otherwise false.
isDefaultVersion
- True if the provisioning template version is the default version, otherwise false.public Boolean isDefaultVersion()
True if the provisioning template version is the default version, otherwise false.
public String toString()
toString
in class Object
Object.toString()
public CreateProvisioningTemplateVersionResult clone()