@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLaunchConfigurationTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateLaunchConfigurationTemplateRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateLaunchConfigurationTemplateRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateLaunchConfigurationTemplateRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateLaunchConfigurationTemplateRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getCopyPrivateIp()
Copy private IP.
|
Boolean |
getCopyTags()
Copy tags.
|
String |
getExportBucketArn()
S3 bucket ARN to export Source Network templates.
|
String |
getLaunchDisposition()
Launch disposition.
|
Licensing |
getLicensing()
Licensing.
|
Boolean |
getPostLaunchEnabled()
Whether we want to activate post-launch actions.
|
Map<String,String> |
getTags()
Request to associate tags during creation of a Launch Configuration Template.
|
String |
getTargetInstanceTypeRightSizingMethod()
Target instance type right-sizing method.
|
int |
hashCode() |
Boolean |
isCopyPrivateIp()
Copy private IP.
|
Boolean |
isCopyTags()
Copy tags.
|
Boolean |
isPostLaunchEnabled()
Whether we want to activate post-launch actions.
|
void |
setCopyPrivateIp(Boolean copyPrivateIp)
Copy private IP.
|
void |
setCopyTags(Boolean copyTags)
Copy tags.
|
void |
setExportBucketArn(String exportBucketArn)
S3 bucket ARN to export Source Network templates.
|
void |
setLaunchDisposition(String launchDisposition)
Launch disposition.
|
void |
setLicensing(Licensing licensing)
Licensing.
|
void |
setPostLaunchEnabled(Boolean postLaunchEnabled)
Whether we want to activate post-launch actions.
|
void |
setTags(Map<String,String> tags)
Request to associate tags during creation of a Launch Configuration Template.
|
void |
setTargetInstanceTypeRightSizingMethod(String targetInstanceTypeRightSizingMethod)
Target instance type right-sizing method.
|
String |
toString()
Returns a string representation of this object.
|
CreateLaunchConfigurationTemplateRequest |
withCopyPrivateIp(Boolean copyPrivateIp)
Copy private IP.
|
CreateLaunchConfigurationTemplateRequest |
withCopyTags(Boolean copyTags)
Copy tags.
|
CreateLaunchConfigurationTemplateRequest |
withExportBucketArn(String exportBucketArn)
S3 bucket ARN to export Source Network templates.
|
CreateLaunchConfigurationTemplateRequest |
withLaunchDisposition(LaunchDisposition launchDisposition)
Launch disposition.
|
CreateLaunchConfigurationTemplateRequest |
withLaunchDisposition(String launchDisposition)
Launch disposition.
|
CreateLaunchConfigurationTemplateRequest |
withLicensing(Licensing licensing)
Licensing.
|
CreateLaunchConfigurationTemplateRequest |
withPostLaunchEnabled(Boolean postLaunchEnabled)
Whether we want to activate post-launch actions.
|
CreateLaunchConfigurationTemplateRequest |
withTags(Map<String,String> tags)
Request to associate tags during creation of a Launch Configuration Template.
|
CreateLaunchConfigurationTemplateRequest |
withTargetInstanceTypeRightSizingMethod(String targetInstanceTypeRightSizingMethod)
Target instance type right-sizing method.
|
CreateLaunchConfigurationTemplateRequest |
withTargetInstanceTypeRightSizingMethod(TargetInstanceTypeRightSizingMethod targetInstanceTypeRightSizingMethod)
Target instance type right-sizing method.
|
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 CreateLaunchConfigurationTemplateRequest()
public void setCopyPrivateIp(Boolean copyPrivateIp)
Copy private IP.
copyPrivateIp - Copy private IP.public Boolean getCopyPrivateIp()
Copy private IP.
public CreateLaunchConfigurationTemplateRequest withCopyPrivateIp(Boolean copyPrivateIp)
Copy private IP.
copyPrivateIp - Copy private IP.public Boolean isCopyPrivateIp()
Copy private IP.
public void setCopyTags(Boolean copyTags)
Copy tags.
copyTags - Copy tags.public Boolean getCopyTags()
Copy tags.
public CreateLaunchConfigurationTemplateRequest withCopyTags(Boolean copyTags)
Copy tags.
copyTags - Copy tags.public Boolean isCopyTags()
Copy tags.
public void setExportBucketArn(String exportBucketArn)
S3 bucket ARN to export Source Network templates.
exportBucketArn - S3 bucket ARN to export Source Network templates.public String getExportBucketArn()
S3 bucket ARN to export Source Network templates.
public CreateLaunchConfigurationTemplateRequest withExportBucketArn(String exportBucketArn)
S3 bucket ARN to export Source Network templates.
exportBucketArn - S3 bucket ARN to export Source Network templates.public void setLaunchDisposition(String launchDisposition)
Launch disposition.
launchDisposition - Launch disposition.LaunchDispositionpublic String getLaunchDisposition()
Launch disposition.
LaunchDispositionpublic CreateLaunchConfigurationTemplateRequest withLaunchDisposition(String launchDisposition)
Launch disposition.
launchDisposition - Launch disposition.LaunchDispositionpublic CreateLaunchConfigurationTemplateRequest withLaunchDisposition(LaunchDisposition launchDisposition)
Launch disposition.
launchDisposition - Launch disposition.LaunchDispositionpublic void setLicensing(Licensing licensing)
Licensing.
licensing - Licensing.public Licensing getLicensing()
Licensing.
public CreateLaunchConfigurationTemplateRequest withLicensing(Licensing licensing)
Licensing.
licensing - Licensing.public void setPostLaunchEnabled(Boolean postLaunchEnabled)
Whether we want to activate post-launch actions.
postLaunchEnabled - Whether we want to activate post-launch actions.public Boolean getPostLaunchEnabled()
Whether we want to activate post-launch actions.
public CreateLaunchConfigurationTemplateRequest withPostLaunchEnabled(Boolean postLaunchEnabled)
Whether we want to activate post-launch actions.
postLaunchEnabled - Whether we want to activate post-launch actions.public Boolean isPostLaunchEnabled()
Whether we want to activate post-launch actions.
public Map<String,String> getTags()
Request to associate tags during creation of a Launch Configuration Template.
public void setTags(Map<String,String> tags)
Request to associate tags during creation of a Launch Configuration Template.
tags - Request to associate tags during creation of a Launch Configuration Template.public CreateLaunchConfigurationTemplateRequest withTags(Map<String,String> tags)
Request to associate tags during creation of a Launch Configuration Template.
tags - Request to associate tags during creation of a Launch Configuration Template.public CreateLaunchConfigurationTemplateRequest addTagsEntry(String key, String value)
public CreateLaunchConfigurationTemplateRequest clearTagsEntries()
public void setTargetInstanceTypeRightSizingMethod(String targetInstanceTypeRightSizingMethod)
Target instance type right-sizing method.
targetInstanceTypeRightSizingMethod - Target instance type right-sizing method.TargetInstanceTypeRightSizingMethodpublic String getTargetInstanceTypeRightSizingMethod()
Target instance type right-sizing method.
TargetInstanceTypeRightSizingMethodpublic CreateLaunchConfigurationTemplateRequest withTargetInstanceTypeRightSizingMethod(String targetInstanceTypeRightSizingMethod)
Target instance type right-sizing method.
targetInstanceTypeRightSizingMethod - Target instance type right-sizing method.TargetInstanceTypeRightSizingMethodpublic CreateLaunchConfigurationTemplateRequest withTargetInstanceTypeRightSizingMethod(TargetInstanceTypeRightSizingMethod targetInstanceTypeRightSizingMethod)
Target instance type right-sizing method.
targetInstanceTypeRightSizingMethod - Target instance type right-sizing method.TargetInstanceTypeRightSizingMethodpublic String toString()
toString in class ObjectObject.toString()public CreateLaunchConfigurationTemplateRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.