@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 Windows fast launch enabled 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()
Specify the ID of the launch template that the AMI should use for Windows fast launch.
|
String |
getLaunchTemplateName()
Specify the name of the launch template that the AMI should use for Windows fast launch.
|
String |
getVersion()
Specify the version of the launch template that the AMI should use for Windows fast launch.
|
int |
hashCode() |
void |
setLaunchTemplateId(String launchTemplateId)
Specify the ID of the launch template that the AMI should use for Windows fast launch.
|
void |
setLaunchTemplateName(String launchTemplateName)
Specify the name of the launch template that the AMI should use for Windows fast launch.
|
void |
setVersion(String version)
Specify the version of the launch template that the AMI should use for Windows fast launch.
|
String |
toString()
Returns a string representation of this object.
|
FastLaunchLaunchTemplateSpecificationRequest |
withLaunchTemplateId(String launchTemplateId)
Specify the ID of the launch template that the AMI should use for Windows fast launch.
|
FastLaunchLaunchTemplateSpecificationRequest |
withLaunchTemplateName(String launchTemplateName)
Specify the name of the launch template that the AMI should use for Windows fast launch.
|
FastLaunchLaunchTemplateSpecificationRequest |
withVersion(String version)
Specify the version of the launch template that the AMI should use for Windows fast launch.
|
public FastLaunchLaunchTemplateSpecificationRequest()
public void setLaunchTemplateId(String launchTemplateId)
Specify the ID of the launch template that the AMI should use for Windows fast launch.
launchTemplateId
- Specify the ID of the launch template that the AMI should use for Windows fast launch.public String getLaunchTemplateId()
Specify the ID of the launch template that the AMI should use for Windows fast launch.
public FastLaunchLaunchTemplateSpecificationRequest withLaunchTemplateId(String launchTemplateId)
Specify the ID of the launch template that the AMI should use for Windows fast launch.
launchTemplateId
- Specify the ID of the launch template that the AMI should use for Windows fast launch.public void setLaunchTemplateName(String launchTemplateName)
Specify the name of the launch template that the AMI should use for Windows fast launch.
launchTemplateName
- Specify the name of the launch template that the AMI should use for Windows fast launch.public String getLaunchTemplateName()
Specify the name of the launch template that the AMI should use for Windows fast launch.
public FastLaunchLaunchTemplateSpecificationRequest withLaunchTemplateName(String launchTemplateName)
Specify the name of the launch template that the AMI should use for Windows fast launch.
launchTemplateName
- Specify the name of the launch template that the AMI should use for Windows fast launch.public void setVersion(String version)
Specify the version of the launch template that the AMI should use for Windows fast launch.
version
- Specify the version of the launch template that the AMI should use for Windows fast launch.public String getVersion()
Specify the version of the launch template that the AMI should use for Windows fast launch.
public FastLaunchLaunchTemplateSpecificationRequest withVersion(String version)
Specify the version of the launch template that the AMI should use for Windows fast launch.
version
- Specify the version of the launch template that the AMI should use for Windows fast launch.public String toString()
toString
in class Object
Object.toString()
public FastLaunchLaunchTemplateSpecificationRequest clone()