@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()
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, 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)
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.OutputFormat
public String getTemplateFormat()
The format for generating the AWS CloudFormation template.
OutputFormat
public GenerateTemplateRequest withTemplateFormat(String templateFormat)
The format for generating the AWS CloudFormation template.
templateFormat
- The format for generating the AWS CloudFormation template.OutputFormat
public GenerateTemplateRequest withTemplateFormat(OutputFormat templateFormat)
The format for generating the AWS CloudFormation template.
templateFormat
- The format for generating the AWS CloudFormation template.OutputFormat
public String toString()
toString
in class Object
Object.toString()
public GenerateTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()