@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLaunchTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteLaunchTemplateResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteLaunchTemplateResult |
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.
|
DeleteLaunchTemplateResult |
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 DeleteLaunchTemplateResult withLaunchTemplate(LaunchTemplate launchTemplate)
Information about the launch template.
launchTemplate - Information about the launch template.public String toString()
toString in class ObjectObject.toString()public DeleteLaunchTemplateResult clone()