public class GetTemplateRequest extends AmazonWebServiceRequest implements java.io.Serializable
GetTemplate operation.
Returns the template body for a specified stack name. You can get the template for running or deleted stacks.
For deleted stacks, GetTemplate returns the template for up to 90 days after the stack has been deleted.
NOTE: If the template does not exist, a ValidationError is returned.
| コンストラクタと説明 |
|---|
GetTemplateRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getStackName()
The name or the unique identifier associated with the stack.
|
int |
hashCode() |
void |
setStackName(java.lang.String stackName)
The name or the unique identifier associated with the stack.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetTemplateRequest |
withStackName(java.lang.String stackName)
The name or the unique identifier associated with the stack.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getStackName()
public void setStackName(java.lang.String stackName)
stackName - The name or the unique identifier associated with the stack.public GetTemplateRequest withStackName(java.lang.String stackName)
Returns a reference to this object so that method calls can be chained together.
stackName - The name or the unique identifier associated with the stack.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