@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FastLaunchLaunchTemplateSpecificationRequest extends Object implements Serializable, Cloneable
Request to create a launch template for a fast-launch enabled Windows AMI.
Note - You can specify either the LaunchTemplateName
or the LaunchTemplateId
, but not both.
Constructor and Description |
---|
FastLaunchLaunchTemplateSpecificationRequest() |
Modifier and Type | Method and Description |
---|---|
FastLaunchLaunchTemplateSpecificationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLaunchTemplateId()
The ID of the launch template to use for faster launching for a Windows AMI.
|
String |
getLaunchTemplateName()
The name of the launch template to use for faster launching for a Windows AMI.
|
String |
getVersion()
The version of the launch template to use for faster launching for a Windows AMI.
|
int |
hashCode() |
void |
setLaunchTemplateId(String launchTemplateId)
The ID of the launch template to use for faster launching for a Windows AMI.
|
void |
setLaunchTemplateName(String launchTemplateName)
The name of the launch template to use for faster launching for a Windows AMI.
|
void |
setVersion(String version)
The version of the launch template to use for faster launching for a Windows AMI.
|
String |
toString()
Returns a string representation of this object.
|
FastLaunchLaunchTemplateSpecificationRequest |
withLaunchTemplateId(String launchTemplateId)
The ID of the launch template to use for faster launching for a Windows AMI.
|
FastLaunchLaunchTemplateSpecificationRequest |
withLaunchTemplateName(String launchTemplateName)
The name of the launch template to use for faster launching for a Windows AMI.
|
FastLaunchLaunchTemplateSpecificationRequest |
withVersion(String version)
The version of the launch template to use for faster launching for a Windows AMI.
|
public FastLaunchLaunchTemplateSpecificationRequest()
public void setLaunchTemplateId(String launchTemplateId)
The ID of the launch template to use for faster launching for a Windows AMI.
launchTemplateId
- The ID of the launch template to use for faster launching for a Windows AMI.public String getLaunchTemplateId()
The ID of the launch template to use for faster launching for a Windows AMI.
public FastLaunchLaunchTemplateSpecificationRequest withLaunchTemplateId(String launchTemplateId)
The ID of the launch template to use for faster launching for a Windows AMI.
launchTemplateId
- The ID of the launch template to use for faster launching for a Windows AMI.public void setLaunchTemplateName(String launchTemplateName)
The name of the launch template to use for faster launching for a Windows AMI.
launchTemplateName
- The name of the launch template to use for faster launching for a Windows AMI.public String getLaunchTemplateName()
The name of the launch template to use for faster launching for a Windows AMI.
public FastLaunchLaunchTemplateSpecificationRequest withLaunchTemplateName(String launchTemplateName)
The name of the launch template to use for faster launching for a Windows AMI.
launchTemplateName
- The name of the launch template to use for faster launching for a Windows AMI.public void setVersion(String version)
The version of the launch template to use for faster launching for a Windows AMI.
version
- The version of the launch template to use for faster launching for a Windows AMI.public String getVersion()
The version of the launch template to use for faster launching for a Windows AMI.
public FastLaunchLaunchTemplateSpecificationRequest withVersion(String version)
The version of the launch template to use for faster launching for a Windows AMI.
version
- The version of the launch template to use for faster launching for a Windows AMI.public String toString()
toString
in class Object
Object.toString()
public FastLaunchLaunchTemplateSpecificationRequest clone()
Copyright © 2023. All rights reserved.