Class EstimateTemplateCostRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
The input for an EstimateTemplateCost action.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
A list ofParameter
structures 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.int
hashCode()
void
setParameters
(Collection<Parameter> parameters) A list ofParameter
structures that specify input parameters.void
setTemplateBody
(String templateBody) Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.void
setTemplateURL
(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 ofParameter
structures that specify input parameters.withParameters
(Collection<Parameter> parameters) A list ofParameter
structures 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 com.amazonaws.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
TemplateBody
orTemplateURL
. If both are passed, onlyTemplateBody
is 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
TemplateBody
orTemplateURL
. If both are passed, onlyTemplateBody
is 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
TemplateBody
orTemplateURL
. If both are passed, onlyTemplateBody
is 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
TemplateBody
orTemplateURL
. If both are passed, onlyTemplateBody
is 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
TemplateBody
orTemplateURL
. If both are passed, onlyTemplateBody
is 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
TemplateBody
orTemplateURL
. If both are passed, onlyTemplateBody
is 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
TemplateURL
orTemplateBody
. If both are passed, onlyTemplateBody
is 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
TemplateURL
orTemplateBody
. If both are passed, onlyTemplateBody
is 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
TemplateURL
orTemplateBody
. If both are passed, onlyTemplateBody
is 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
TemplateURL
orTemplateBody
. If both are passed, onlyTemplateBody
is 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
TemplateURL
orTemplateBody
. If both are passed, onlyTemplateBody
is 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
TemplateURL
orTemplateBody
. If both are passed, onlyTemplateBody
is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getParameters
A list of
Parameter
structures that specify input parameters.- Returns:
- A list of
Parameter
structures that specify input parameters.
-
setParameters
A list of
Parameter
structures that specify input parameters.- Parameters:
parameters
- A list ofParameter
structures that specify input parameters.
-
withParameters
A list of
Parameter
structures 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 ofParameter
structures that specify input parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withParameters
A list of
Parameter
structures that specify input parameters.- Parameters:
parameters
- A list ofParameter
structures that specify input parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-