@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() |
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, copyBaseTo, 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 LaunchTemplateId
or the LaunchTemplateName
, but not both.
launchTemplateId
- The ID of the launch template.
You must specify either the LaunchTemplateId
or the LaunchTemplateName
, but not
both.
public String getLaunchTemplateId()
The ID of the launch template.
You must specify either the LaunchTemplateId
or the LaunchTemplateName
, but not both.
You must specify either the LaunchTemplateId
or the LaunchTemplateName
, but not
both.
public DeleteLaunchTemplateRequest withLaunchTemplateId(String launchTemplateId)
The ID of the launch template.
You must specify either the LaunchTemplateId
or the LaunchTemplateName
, but not both.
launchTemplateId
- The ID of the launch template.
You must specify either the LaunchTemplateId
or the LaunchTemplateName
, but not
both.
public void setLaunchTemplateName(String launchTemplateName)
The name of the launch template.
You must specify either the LaunchTemplateName
or the LaunchTemplateId
, but not both.
launchTemplateName
- The name of the launch template.
You must specify either the LaunchTemplateName
or the LaunchTemplateId
, but not
both.
public String getLaunchTemplateName()
The name of the launch template.
You must specify either the LaunchTemplateName
or the LaunchTemplateId
, but not both.
You must specify either the LaunchTemplateName
or the LaunchTemplateId
, but not
both.
public DeleteLaunchTemplateRequest withLaunchTemplateName(String launchTemplateName)
The name of the launch template.
You must specify either the LaunchTemplateName
or the LaunchTemplateId
, but not both.
launchTemplateName
- The name of the launch template.
You must specify either the LaunchTemplateName
or the LaunchTemplateId
, but not
both.
public Request<DeleteLaunchTemplateRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteLaunchTemplateRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteLaunchTemplateRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.