Class EstimateTemplateCostResult
java.lang.Object
com.amazonaws.services.cloudformation.model.EstimateTemplateCostResult
- All Implemented Interfaces:
Serializable
,Cloneable
The output for a EstimateTemplateCost action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getUrl()
An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.int
hashCode()
void
An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.toString()
Returns a string representation of this object; useful for testing and debugging.An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
-
Constructor Details
-
EstimateTemplateCostResult
public EstimateTemplateCostResult()
-
-
Method Details
-
setUrl
An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
- Parameters:
url
- An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
-
getUrl
An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
- Returns:
- An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
-
withUrl
An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.
- Parameters:
url
- An AWS Simple Monthly Calculator URL with a query string that describes the resources required to run the template.- 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
-