@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LaunchTemplate extends Object implements Serializable, Cloneable
Describes an Amazon EC2 launch template.
Constructor and Description |
---|
LaunchTemplate() |
Modifier and Type | Method and Description |
---|---|
LaunchTemplate |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the launch template.
|
int |
hashCode() |
void |
setId(String id)
The ID of the launch template.
|
String |
toString()
Returns a string representation of this object.
|
LaunchTemplate |
withId(String id)
The ID of the launch template.
|
public void setId(String id)
The ID of the launch template.
id
- The ID of the launch template.public String getId()
The ID of the launch template.
public LaunchTemplate withId(String id)
The ID of the launch template.
id
- The ID of the launch template.public String toString()
toString
in class Object
Object.toString()
public LaunchTemplate clone()