public class EstimateTemplateCostResult
extends java.lang.Object
implements java.io.Serializable
The output for a EstimateTemplateCost action.
| コンストラクタと説明 |
|---|
EstimateTemplateCostResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getUrl()
An AWS Simple Monthly Calculator URL with a query string that
describes the resources required to run the template.
|
int |
hashCode() |
void |
setUrl(java.lang.String url)
An AWS Simple Monthly Calculator URL with a query string that
describes the resources required to run the template.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EstimateTemplateCostResult |
withUrl(java.lang.String url)
An AWS Simple Monthly Calculator URL with a query string that
describes the resources required to run the template.
|
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - An AWS Simple Monthly Calculator URL with a query string that
describes the resources required to run the template.public EstimateTemplateCostResult withUrl(java.lang.String url)
Returns a reference to this object so that method calls can be chained together.
url - An AWS Simple Monthly Calculator URL with a query string that
describes the resources required to run the template.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object