@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStackInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeStackInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeStackInstanceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getStackInstanceAccount()
The ID of an AWS account that's associated with this stack instance.
|
String |
getStackInstanceRegion()
The name of a region that's associated with this stack instance.
|
String |
getStackSetName()
The name or the unique stack ID of the stack set that you want to get stack instance information for.
|
int |
hashCode() |
void |
setStackInstanceAccount(String stackInstanceAccount)
The ID of an AWS account that's associated with this stack instance.
|
void |
setStackInstanceRegion(String stackInstanceRegion)
The name of a region that's associated with this stack instance.
|
void |
setStackSetName(String stackSetName)
The name or the unique stack ID of the stack set that you want to get stack instance information for.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeStackInstanceRequest |
withStackInstanceAccount(String stackInstanceAccount)
The ID of an AWS account that's associated with this stack instance.
|
DescribeStackInstanceRequest |
withStackInstanceRegion(String stackInstanceRegion)
The name of a region that's associated with this stack instance.
|
DescribeStackInstanceRequest |
withStackSetName(String stackSetName)
The name or the unique stack ID of the stack set that you want to get stack instance information for.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setStackSetName(String stackSetName)
The name or the unique stack ID of the stack set that you want to get stack instance information for.
stackSetName
- The name or the unique stack ID of the stack set that you want to get stack instance information for.public String getStackSetName()
The name or the unique stack ID of the stack set that you want to get stack instance information for.
public DescribeStackInstanceRequest withStackSetName(String stackSetName)
The name or the unique stack ID of the stack set that you want to get stack instance information for.
stackSetName
- The name or the unique stack ID of the stack set that you want to get stack instance information for.public void setStackInstanceAccount(String stackInstanceAccount)
The ID of an AWS account that's associated with this stack instance.
stackInstanceAccount
- The ID of an AWS account that's associated with this stack instance.public String getStackInstanceAccount()
The ID of an AWS account that's associated with this stack instance.
public DescribeStackInstanceRequest withStackInstanceAccount(String stackInstanceAccount)
The ID of an AWS account that's associated with this stack instance.
stackInstanceAccount
- The ID of an AWS account that's associated with this stack instance.public void setStackInstanceRegion(String stackInstanceRegion)
The name of a region that's associated with this stack instance.
stackInstanceRegion
- The name of a region that's associated with this stack instance.public String getStackInstanceRegion()
The name of a region that's associated with this stack instance.
public DescribeStackInstanceRequest withStackInstanceRegion(String stackInstanceRegion)
The name of a region that's associated with this stack instance.
stackInstanceRegion
- The name of a region that's associated with this stack instance.public String toString()
toString
in class Object
Object.toString()
public DescribeStackInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.