@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 |
getCallAs()
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
management account or as a delegated administrator in a member account.
|
String |
getStackInstanceAccount()
The ID of an Amazon Web Services 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 |
setCallAs(String callAs)
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
management account or as a delegated administrator in a member account.
|
void |
setStackInstanceAccount(String stackInstanceAccount)
The ID of an Amazon Web Services 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.
|
DescribeStackInstanceRequest |
withCallAs(CallAs callAs)
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
management account or as a delegated administrator in a member account.
|
DescribeStackInstanceRequest |
withCallAs(String callAs)
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
management account or as a delegated administrator in a member account.
|
DescribeStackInstanceRequest |
withStackInstanceAccount(String stackInstanceAccount)
The ID of an Amazon Web Services 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 Amazon Web Services account that's associated with this stack instance.
stackInstanceAccount
- The ID of an Amazon Web Services account that's associated with this stack instance.public String getStackInstanceAccount()
The ID of an Amazon Web Services account that's associated with this stack instance.
public DescribeStackInstanceRequest withStackInstanceAccount(String stackInstanceAccount)
The ID of an Amazon Web Services account that's associated with this stack instance.
stackInstanceAccount
- The ID of an Amazon Web Services 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 void setCallAs(String callAs)
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
By default, SELF
is specified. Use SELF
for stack sets with self-managed permissions.
If you are signed in to the management account, specify SELF
.
If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN
.
Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
callAs
- [Service-managed permissions] Specifies whether you are acting as an account administrator in the
organization's management account or as a delegated administrator in a member account.
By default, SELF
is specified. Use SELF
for stack sets with self-managed
permissions.
If you are signed in to the management account, specify SELF
.
If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN
.
Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
CallAs
public String getCallAs()
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
By default, SELF
is specified. Use SELF
for stack sets with self-managed permissions.
If you are signed in to the management account, specify SELF
.
If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN
.
Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
By default, SELF
is specified. Use SELF
for stack sets with self-managed
permissions.
If you are signed in to the management account, specify SELF
.
If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN
.
Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
CallAs
public DescribeStackInstanceRequest withCallAs(String callAs)
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
By default, SELF
is specified. Use SELF
for stack sets with self-managed permissions.
If you are signed in to the management account, specify SELF
.
If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN
.
Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
callAs
- [Service-managed permissions] Specifies whether you are acting as an account administrator in the
organization's management account or as a delegated administrator in a member account.
By default, SELF
is specified. Use SELF
for stack sets with self-managed
permissions.
If you are signed in to the management account, specify SELF
.
If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN
.
Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
CallAs
public DescribeStackInstanceRequest withCallAs(CallAs callAs)
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
By default, SELF
is specified. Use SELF
for stack sets with self-managed permissions.
If you are signed in to the management account, specify SELF
.
If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN
.
Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
callAs
- [Service-managed permissions] Specifies whether you are acting as an account administrator in the
organization's management account or as a delegated administrator in a member account.
By default, SELF
is specified. Use SELF
for stack sets with self-managed
permissions.
If you are signed in to the management account, specify SELF
.
If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN
.
Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
CallAs
public String toString()
toString
in class Object
Object.toString()
public DescribeStackInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()