@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FastLaunchLaunchTemplateSpecificationResponse extends Object implements Serializable, Cloneable
Identifies the launch template to use for faster launching of the Windows AMI.
Constructor and Description |
---|
FastLaunchLaunchTemplateSpecificationResponse() |
Modifier and Type | Method and Description |
---|---|
FastLaunchLaunchTemplateSpecificationResponse |
clone() |
boolean |
equals(Object obj) |
String |
getLaunchTemplateId()
The ID of the launch template for faster launching of the associated Windows AMI.
|
String |
getLaunchTemplateName()
The name of the launch template for faster launching of the associated Windows AMI.
|
String |
getVersion()
The version of the launch template for faster launching of the associated Windows AMI.
|
int |
hashCode() |
void |
setLaunchTemplateId(String launchTemplateId)
The ID of the launch template for faster launching of the associated Windows AMI.
|
void |
setLaunchTemplateName(String launchTemplateName)
The name of the launch template for faster launching of the associated Windows AMI.
|
void |
setVersion(String version)
The version of the launch template for faster launching of the associated Windows AMI.
|
String |
toString()
Returns a string representation of this object.
|
FastLaunchLaunchTemplateSpecificationResponse |
withLaunchTemplateId(String launchTemplateId)
The ID of the launch template for faster launching of the associated Windows AMI.
|
FastLaunchLaunchTemplateSpecificationResponse |
withLaunchTemplateName(String launchTemplateName)
The name of the launch template for faster launching of the associated Windows AMI.
|
FastLaunchLaunchTemplateSpecificationResponse |
withVersion(String version)
The version of the launch template for faster launching of the associated Windows AMI.
|
public FastLaunchLaunchTemplateSpecificationResponse()
public void setLaunchTemplateId(String launchTemplateId)
The ID of the launch template for faster launching of the associated Windows AMI.
launchTemplateId
- The ID of the launch template for faster launching of the associated Windows AMI.public String getLaunchTemplateId()
The ID of the launch template for faster launching of the associated Windows AMI.
public FastLaunchLaunchTemplateSpecificationResponse withLaunchTemplateId(String launchTemplateId)
The ID of the launch template for faster launching of the associated Windows AMI.
launchTemplateId
- The ID of the launch template for faster launching of the associated Windows AMI.public void setLaunchTemplateName(String launchTemplateName)
The name of the launch template for faster launching of the associated Windows AMI.
launchTemplateName
- The name of the launch template for faster launching of the associated Windows AMI.public String getLaunchTemplateName()
The name of the launch template for faster launching of the associated Windows AMI.
public FastLaunchLaunchTemplateSpecificationResponse withLaunchTemplateName(String launchTemplateName)
The name of the launch template for faster launching of the associated Windows AMI.
launchTemplateName
- The name of the launch template for faster launching of the associated Windows AMI.public void setVersion(String version)
The version of the launch template for faster launching of the associated Windows AMI.
version
- The version of the launch template for faster launching of the associated Windows AMI.public String getVersion()
The version of the launch template for faster launching of the associated Windows AMI.
public FastLaunchLaunchTemplateSpecificationResponse withVersion(String version)
The version of the launch template for faster launching of the associated Windows AMI.
version
- The version of the launch template for faster launching of the associated Windows AMI.public String toString()
toString
in class Object
Object.toString()
public FastLaunchLaunchTemplateSpecificationResponse clone()