@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppId()
ID of the application associated with the Amazon CloudFormation template.
|
String |
getTemplateFormat()
Format for generating the Amazon CloudFormation template.
|
int |
hashCode() |
void |
setAppId(String appId)
ID of the application associated with the Amazon CloudFormation template.
|
void |
setTemplateFormat(String templateFormat)
Format for generating the Amazon CloudFormation template.
|
String |
toString()
Returns a string representation of this object.
|
GenerateTemplateRequest |
withAppId(String appId)
ID of the application associated with the Amazon CloudFormation template.
|
GenerateTemplateRequest |
withTemplateFormat(OutputFormat templateFormat)
Format for generating the Amazon CloudFormation template.
|
GenerateTemplateRequest |
withTemplateFormat(String templateFormat)
Format for generating the Amazon CloudFormation 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 setAppId(String appId)
ID of the application associated with the Amazon CloudFormation template.
appId
- ID of the application associated with the Amazon CloudFormation template.public String getAppId()
ID of the application associated with the Amazon CloudFormation template.
public GenerateTemplateRequest withAppId(String appId)
ID of the application associated with the Amazon CloudFormation template.
appId
- ID of the application associated with the Amazon CloudFormation template.public void setTemplateFormat(String templateFormat)
Format for generating the Amazon CloudFormation template.
templateFormat
- Format for generating the Amazon CloudFormation template.OutputFormat
public String getTemplateFormat()
Format for generating the Amazon CloudFormation template.
OutputFormat
public GenerateTemplateRequest withTemplateFormat(String templateFormat)
Format for generating the Amazon CloudFormation template.
templateFormat
- Format for generating the Amazon CloudFormation template.OutputFormat
public GenerateTemplateRequest withTemplateFormat(OutputFormat templateFormat)
Format for generating the Amazon CloudFormation template.
templateFormat
- Format for generating the Amazon CloudFormation template.OutputFormat
public String toString()
toString
in class Object
Object.toString()
public GenerateTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.