Cloneable, ReadLimitInfo, ToCopyableBuilder<EstimateTemplateCostRequest.Builder,EstimateTemplateCostRequest>@Generated("software.amazon.awssdk:codegen") public class EstimateTemplateCostRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<EstimateTemplateCostRequest.Builder,EstimateTemplateCostRequest>
The input for an EstimateTemplateCost action.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
EstimateTemplateCostRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static EstimateTemplateCostRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<Parameter> |
parameters() |
A list of
Parameter structures that specify input parameters. |
static Class<? extends EstimateTemplateCostRequest.Builder> |
serializableBuilderClass() |
|
String |
templateBody() |
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
|
String |
templateURL() |
Location of file containing the template body.
|
EstimateTemplateCostRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String templateBody()
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
Conditional: You must pass TemplateBody or TemplateURL. If both are passed, only
TemplateBody is used.
Conditional: You must pass TemplateBody or TemplateURL. If both are passed,
only TemplateBody is used.
public String templateURL()
Location of file containing the template body. The URL must point to a template that is located in an Amazon S3 bucket. For more information, go to Template Anatomy in the AWS CloudFormation User Guide.
Conditional: You must pass TemplateURL or TemplateBody. If both are passed, only
TemplateBody is used.
Conditional: You must pass TemplateURL or TemplateBody. If both are passed,
only TemplateBody is used.
public List<Parameter> parameters()
A list of Parameter structures that specify input parameters.
Parameter structures that specify input parameters.public EstimateTemplateCostRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<EstimateTemplateCostRequest.Builder,EstimateTemplateCostRequest>public static EstimateTemplateCostRequest.Builder builder()
public static Class<? extends EstimateTemplateCostRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.