|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.cloudformation.model.GetTemplateRequest
public class GetTemplateRequest
Container for the parameters to the GetTemplate operation.
Returns the template body for a specified stack name.
NOTE: If the template does not exist, a ValidationError is returned.
AmazonCloudFormation.getTemplate(GetTemplateRequest)| Constructor Summary | |
|---|---|
GetTemplateRequest()
|
|
| Method Summary | |
|---|---|
String |
getStackName()
The name or the unique identifier associated with the stack. |
void |
setStackName(String stackName)
The name or the unique identifier associated with the stack. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetTemplateRequest |
withStackName(String stackName)
The name or the unique identifier associated with the stack. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetTemplateRequest()
| Method Detail |
|---|
public String getStackName()
public void setStackName(String stackName)
stackName - The name or the unique identifier associated with the stack.public GetTemplateRequest withStackName(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 String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||