public class GetTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for a GetTemplate action.
NOOP| Constructor and Description |
|---|
GetTemplateRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetTemplateRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getStackName()
The name or the unique stack ID that is associated with the stack, which
are not always interchangeable:
|
int |
hashCode() |
void |
setStackName(String stackName)
The name or the unique stack ID that is associated with the stack, which
are not always interchangeable:
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetTemplateRequest |
withStackName(String stackName)
The name or the unique stack ID that is associated with the stack, which
are not always interchangeable:
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setStackName(String stackName)
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Default: There is no default value.
stackName - The name or the unique stack ID that is associated with the stack,
which are not always interchangeable:
Default: There is no default value.
public String getStackName()
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Default: There is no default value.
Default: There is no default value.
public GetTemplateRequest withStackName(String stackName)
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
Default: There is no default value.
stackName - The name or the unique stack ID that is associated with the stack,
which are not always interchangeable:
Default: There is no default value.
public String toString()
toString in class ObjectObject.toString()public GetTemplateRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.