@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LaunchTemplateOverrides extends Object implements Serializable, Cloneable
Describes an override for a launch template.
Constructor and Description |
---|
LaunchTemplateOverrides() |
Modifier and Type | Method and Description |
---|---|
LaunchTemplateOverrides |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceType()
The instance type.
|
int |
hashCode() |
void |
setInstanceType(String instanceType)
The instance type.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
LaunchTemplateOverrides |
withInstanceType(String instanceType)
The instance type.
|
public void setInstanceType(String instanceType)
The instance type.
For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.
instanceType
- The instance type.
For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.
public String getInstanceType()
The instance type.
For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.
For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.
public LaunchTemplateOverrides withInstanceType(String instanceType)
The instance type.
For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.
instanceType
- The instance type.
For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.
public String toString()
toString
in class Object
Object.toString()
public LaunchTemplateOverrides clone()
Copyright © 2018. All rights reserved.