@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyLaunchTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
ModifyLaunchTemplateResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
ModifyLaunchTemplateResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
LaunchTemplate | 
getLaunchTemplate()
 Information about the launch template. 
 | 
int | 
hashCode()  | 
void | 
setLaunchTemplate(LaunchTemplate launchTemplate)
 Information about the launch template. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ModifyLaunchTemplateResult | 
withLaunchTemplate(LaunchTemplate launchTemplate)
 Information about the launch template. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setLaunchTemplate(LaunchTemplate launchTemplate)
Information about the launch template.
launchTemplate - Information about the launch template.public LaunchTemplate getLaunchTemplate()
Information about the launch template.
public ModifyLaunchTemplateResult withLaunchTemplate(LaunchTemplate launchTemplate)
Information about the launch template.
launchTemplate - Information about the launch template.public String toString()
toString in class ObjectObject.toString()public ModifyLaunchTemplateResult clone()