public class ContinueUpdateRollbackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the ContinueUpdateRollback action.
NOOP| Constructor and Description |
|---|
ContinueUpdateRollbackRequest() |
| Modifier and Type | Method and Description |
|---|---|
ContinueUpdateRollbackRequest |
clone() |
boolean |
equals(Object obj) |
String |
getRoleARN()
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation
assumes to roll back the stack.
|
String |
getStackName()
The name or the unique ID of the stack that you want to continue rolling back.
|
int |
hashCode() |
void |
setRoleARN(String roleARN)
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation
assumes to roll back the stack.
|
void |
setStackName(String stackName)
The name or the unique ID of the stack that you want to continue rolling back.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ContinueUpdateRollbackRequest |
withRoleARN(String roleARN)
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation
assumes to roll back the stack.
|
ContinueUpdateRollbackRequest |
withStackName(String stackName)
The name or the unique ID of the stack that you want to continue rolling back.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setStackName(String stackName)
The name or the unique ID of the stack that you want to continue rolling back.
stackName - The name or the unique ID of the stack that you want to continue rolling back.public String getStackName()
The name or the unique ID of the stack that you want to continue rolling back.
public ContinueUpdateRollbackRequest withStackName(String stackName)
The name or the unique ID of the stack that you want to continue rolling back.
stackName - The name or the unique ID of the stack that you want to continue rolling back.public void setRoleARN(String roleARN)
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.
If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.
roleARN - The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation
assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your
behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users
have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have
permission to pass it. Ensure that the role grants least privilege.
If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.
public String getRoleARN()
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.
If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.
If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.
public ContinueUpdateRollbackRequest withRoleARN(String roleARN)
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.
If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.
roleARN - The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation
assumes to roll back the stack. AWS CloudFormation uses the role's credentials to make calls on your
behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users
have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have
permission to pass it. Ensure that the role grants least privilege.
If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that is generated from your user credentials.
public String toString()
toString in class ObjectObject.toString()public ContinueUpdateRollbackRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.