@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLaunchTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteLaunchTemplateRequest>
NOOP
Constructor and Description |
---|
DeleteLaunchTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteLaunchTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DeleteLaunchTemplateRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getLaunchTemplateId()
The ID of the launch template.
|
String |
getLaunchTemplateName()
The name of the launch template.
|
int |
hashCode() |
void |
setLaunchTemplateId(String launchTemplateId)
The ID of the launch template.
|
void |
setLaunchTemplateName(String launchTemplateName)
The name of the launch template.
|
String |
toString()
Returns a string representation of this object.
|
DeleteLaunchTemplateRequest |
withLaunchTemplateId(String launchTemplateId)
The ID of the launch template.
|
DeleteLaunchTemplateRequest |
withLaunchTemplateName(String launchTemplateName)
The name of the launch template.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setLaunchTemplateId(String launchTemplateId)
The ID of the launch template. You must specify either the launch template ID or launch template name in the request.
launchTemplateId
- The ID of the launch template. You must specify either the launch template ID or launch template name in
the request.public String getLaunchTemplateId()
The ID of the launch template. You must specify either the launch template ID or launch template name in the request.
public DeleteLaunchTemplateRequest withLaunchTemplateId(String launchTemplateId)
The ID of the launch template. You must specify either the launch template ID or launch template name in the request.
launchTemplateId
- The ID of the launch template. You must specify either the launch template ID or launch template name in
the request.public void setLaunchTemplateName(String launchTemplateName)
The name of the launch template. You must specify either the launch template ID or launch template name in the request.
launchTemplateName
- The name of the launch template. You must specify either the launch template ID or launch template name in
the request.public String getLaunchTemplateName()
The name of the launch template. You must specify either the launch template ID or launch template name in the request.
public DeleteLaunchTemplateRequest withLaunchTemplateName(String launchTemplateName)
The name of the launch template. You must specify either the launch template ID or launch template name in the request.
launchTemplateName
- The name of the launch template. You must specify either the launch template ID or launch template name in
the request.public Request<DeleteLaunchTemplateRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteLaunchTemplateRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteLaunchTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.