@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, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public DeleteLaunchTemplateRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.