Class EstimateTemplateCostRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
The input for an EstimateTemplateCost action.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanA list ofParameterstructures that specify input parameters.Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.Location of file containing the template body.inthashCode()voidsetParameters(Collection<Parameter> parameters) A list ofParameterstructures that specify input parameters.voidsetTemplateBody(String templateBody) Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.voidsetTemplateURL(String templateURL) Location of file containing the template body.toString()Returns a string representation of this object; useful for testing and debugging.withParameters(Parameter... parameters) A list ofParameterstructures that specify input parameters.withParameters(Collection<Parameter> parameters) A list ofParameterstructures that specify input parameters.withTemplateBody(String templateBody) Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.withTemplateURL(String templateURL) Location of file containing the template body.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
EstimateTemplateCostRequest
public EstimateTemplateCostRequest()
-
-
Method Details
-
setTemplateBody
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
TemplateBodyorTemplateURL. If both are passed, onlyTemplateBodyis used.- Parameters:
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
TemplateBodyorTemplateURL. If both are passed, onlyTemplateBodyis used.
-
getTemplateBody
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
TemplateBodyorTemplateURL. If both are passed, onlyTemplateBodyis used.- Returns:
- 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
TemplateBodyorTemplateURL. If both are passed, onlyTemplateBodyis used.
-
withTemplateBody
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
TemplateBodyorTemplateURL. If both are passed, onlyTemplateBodyis used.- Parameters:
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
TemplateBodyorTemplateURL. If both are passed, onlyTemplateBodyis used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTemplateURL
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
TemplateURLorTemplateBody. If both are passed, onlyTemplateBodyis used.- Parameters:
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
TemplateURLorTemplateBody. If both are passed, onlyTemplateBodyis used.
-
getTemplateURL
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
TemplateURLorTemplateBody. If both are passed, onlyTemplateBodyis used.- Returns:
- 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
TemplateURLorTemplateBody. If both are passed, onlyTemplateBodyis used.
-
withTemplateURL
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
TemplateURLorTemplateBody. If both are passed, onlyTemplateBodyis used.- Parameters:
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
TemplateURLorTemplateBody. If both are passed, onlyTemplateBodyis used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getParameters
-
setParameters
A list of
Parameterstructures that specify input parameters.- Parameters:
parameters- A list ofParameterstructures that specify input parameters.
-
withParameters
A list of
Parameterstructures that specify input parameters.NOTE: This method appends the values to the existing list (if any). Use
setParameters(java.util.Collection)orwithParameters(java.util.Collection)if you want to override the existing values.- Parameters:
parameters- A list ofParameterstructures that specify input parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withParameters
A list of
Parameterstructures that specify input parameters.- Parameters:
parameters- A list ofParameterstructures that specify input parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-