public class LaunchTemplateInfo extends AbstractModel
Constructor and Description |
---|
LaunchTemplateInfo() |
LaunchTemplateInfo(LaunchTemplateInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getCreatedBy()
Get UIN of the user who created the template.
|
String |
getCreationTime()
Get Creation time of the template.
|
Long |
getDefaultVersionNumber()
Get Default instance launch template version number.
|
Long |
getLatestVersionNumber()
Get Instance launch template version number.
|
String |
getLaunchTemplateId()
Get Instance launch template ID.
|
String |
getLaunchTemplateName()
Get Instance launch template name.
|
Long |
getLaunchTemplateVersionCount()
Get Total number of versions that the instance launch template contains.
|
void |
setCreatedBy(String CreatedBy)
Set UIN of the user who created the template.
|
void |
setCreationTime(String CreationTime)
Set Creation time of the template.
|
void |
setDefaultVersionNumber(Long DefaultVersionNumber)
Set Default instance launch template version number.
|
void |
setLatestVersionNumber(Long LatestVersionNumber)
Set Instance launch template version number.
|
void |
setLaunchTemplateId(String LaunchTemplateId)
Set Instance launch template ID.
|
void |
setLaunchTemplateName(String LaunchTemplateName)
Set Instance launch template name.
|
void |
setLaunchTemplateVersionCount(Long LaunchTemplateVersionCount)
Set Total number of versions that the instance launch template contains.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public LaunchTemplateInfo()
public LaunchTemplateInfo(LaunchTemplateInfo source)
public Long getLatestVersionNumber()
public void setLatestVersionNumber(Long LatestVersionNumber)
LatestVersionNumber
- Instance launch template version number.
Note: This field may return `null`, indicating that no valid values can be obtained.public String getLaunchTemplateId()
public void setLaunchTemplateId(String LaunchTemplateId)
LaunchTemplateId
- Instance launch template ID.
Note: This field may return `null`, indicating that no valid values can be obtained.public String getLaunchTemplateName()
public void setLaunchTemplateName(String LaunchTemplateName)
LaunchTemplateName
- Instance launch template name.
Note: This field may return `null`, indicating that no valid values can be obtained.public Long getDefaultVersionNumber()
public void setDefaultVersionNumber(Long DefaultVersionNumber)
DefaultVersionNumber
- Default instance launch template version number.
Note: This field may return `null`, indicating that no valid values can be obtained.public Long getLaunchTemplateVersionCount()
public void setLaunchTemplateVersionCount(Long LaunchTemplateVersionCount)
LaunchTemplateVersionCount
- Total number of versions that the instance launch template contains.
Note: This field may return `null`, indicating that no valid values can be obtained.public String getCreatedBy()
public void setCreatedBy(String CreatedBy)
CreatedBy
- UIN of the user who created the template.
Note: This field may return `null`, indicating that no valid values can be obtained.public String getCreationTime()
public void setCreationTime(String CreationTime)
CreationTime
- Creation time of the template.
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.