@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGeneratedTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetGeneratedTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
GetGeneratedTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFormat()
The language to use to retrieve for the generated template.
|
String |
getGeneratedTemplateName()
The name or Amazon Resource Name (ARN) of the generated template.
|
int |
hashCode() |
void |
setFormat(String format)
The language to use to retrieve for the generated template.
|
void |
setGeneratedTemplateName(String generatedTemplateName)
The name or Amazon Resource Name (ARN) of the generated template.
|
String |
toString()
Returns a string representation of this object.
|
GetGeneratedTemplateRequest |
withFormat(String format)
The language to use to retrieve for the generated template.
|
GetGeneratedTemplateRequest |
withFormat(TemplateFormat format)
The language to use to retrieve for the generated template.
|
GetGeneratedTemplateRequest |
withGeneratedTemplateName(String generatedTemplateName)
The name or Amazon Resource Name (ARN) of the generated 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 setFormat(String format)
The language to use to retrieve for the generated template. Supported values are:
JSON
YAML
format
- The language to use to retrieve for the generated template. Supported values are:
JSON
YAML
TemplateFormat
public String getFormat()
The language to use to retrieve for the generated template. Supported values are:
JSON
YAML
JSON
YAML
TemplateFormat
public GetGeneratedTemplateRequest withFormat(String format)
The language to use to retrieve for the generated template. Supported values are:
JSON
YAML
format
- The language to use to retrieve for the generated template. Supported values are:
JSON
YAML
TemplateFormat
public GetGeneratedTemplateRequest withFormat(TemplateFormat format)
The language to use to retrieve for the generated template. Supported values are:
JSON
YAML
format
- The language to use to retrieve for the generated template. Supported values are:
JSON
YAML
TemplateFormat
public void setGeneratedTemplateName(String generatedTemplateName)
The name or Amazon Resource Name (ARN) of the generated template. The format is
arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}
. For example,
arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc
.
generatedTemplateName
- The name or Amazon Resource Name (ARN) of the generated template. The format is
arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}
. For example,
arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc
.public String getGeneratedTemplateName()
The name or Amazon Resource Name (ARN) of the generated template. The format is
arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}
. For example,
arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc
.
arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}
. For example,
arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc
.public GetGeneratedTemplateRequest withGeneratedTemplateName(String generatedTemplateName)
The name or Amazon Resource Name (ARN) of the generated template. The format is
arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}
. For example,
arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc
.
generatedTemplateName
- The name or Amazon Resource Name (ARN) of the generated template. The format is
arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}
. For example,
arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc
.public String toString()
toString
in class Object
Object.toString()
public GetGeneratedTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()