@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLaunchTemplateVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateLaunchTemplateVersionResult() |
Modifier and Type | Method and Description |
---|---|
CreateLaunchTemplateVersionResult |
clone() |
boolean |
equals(Object obj) |
LaunchTemplateVersion |
getLaunchTemplateVersion()
Information about the launch template version.
|
int |
hashCode() |
void |
setLaunchTemplateVersion(LaunchTemplateVersion launchTemplateVersion)
Information about the launch template version.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateLaunchTemplateVersionResult |
withLaunchTemplateVersion(LaunchTemplateVersion launchTemplateVersion)
Information about the launch template version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLaunchTemplateVersion(LaunchTemplateVersion launchTemplateVersion)
Information about the launch template version.
launchTemplateVersion
- Information about the launch template version.public LaunchTemplateVersion getLaunchTemplateVersion()
Information about the launch template version.
public CreateLaunchTemplateVersionResult withLaunchTemplateVersion(LaunchTemplateVersion launchTemplateVersion)
Information about the launch template version.
launchTemplateVersion
- Information about the launch template version.public String toString()
toString
in class Object
Object.toString()
public CreateLaunchTemplateVersionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.