@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GenerateTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GenerateTemplateRequest() |
| Modifier and Type | Method and Description |
|---|---|
GenerateTemplateRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAppId()
The ID of the application associated with the AWS CloudFormation template.
|
String |
getTemplateFormat()
The format for generating the AWS CloudFormation template.
|
int |
hashCode() |
void |
setAppId(String appId)
The ID of the application associated with the AWS CloudFormation template.
|
void |
setTemplateFormat(String templateFormat)
The format for generating the AWS CloudFormation template.
|
String |
toString()
Returns a string representation of this object.
|
GenerateTemplateRequest |
withAppId(String appId)
The ID of the application associated with the AWS CloudFormation template.
|
GenerateTemplateRequest |
withTemplateFormat(OutputFormat templateFormat)
The format for generating the AWS CloudFormation template.
|
GenerateTemplateRequest |
withTemplateFormat(String templateFormat)
The format for generating the AWS CloudFormation 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 setAppId(String appId)
The ID of the application associated with the AWS CloudFormation template.
appId - The ID of the application associated with the AWS CloudFormation template.public String getAppId()
The ID of the application associated with the AWS CloudFormation template.
public GenerateTemplateRequest withAppId(String appId)
The ID of the application associated with the AWS CloudFormation template.
appId - The ID of the application associated with the AWS CloudFormation template.public void setTemplateFormat(String templateFormat)
The format for generating the AWS CloudFormation template.
templateFormat - The format for generating the AWS CloudFormation template.OutputFormatpublic String getTemplateFormat()
The format for generating the AWS CloudFormation template.
OutputFormatpublic GenerateTemplateRequest withTemplateFormat(String templateFormat)
The format for generating the AWS CloudFormation template.
templateFormat - The format for generating the AWS CloudFormation template.OutputFormatpublic GenerateTemplateRequest withTemplateFormat(OutputFormat templateFormat)
The format for generating the AWS CloudFormation template.
templateFormat - The format for generating the AWS CloudFormation template.OutputFormatpublic String toString()
toString in class ObjectObject.toString()public GenerateTemplateRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.