@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStackInstancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateStackInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
CreateStackInstancesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAccounts()
The names of one or more AWS accounts that you want to create stack instances in the specified region(s) for.
|
String |
getOperationId()
The unique identifier for this stack set operation.
|
StackSetOperationPreferences |
getOperationPreferences()
Preferences for how AWS CloudFormation performs this stack set operation.
|
List<String> |
getRegions()
The names of one or more regions where you want to create stack instances using the specified AWS account(s).
|
String |
getStackSetName()
The name or unique ID of the stack set that you want to create stack instances from.
|
int |
hashCode() |
void |
setAccounts(Collection<String> accounts)
The names of one or more AWS accounts that you want to create stack instances in the specified region(s) for.
|
void |
setOperationId(String operationId)
The unique identifier for this stack set operation.
|
void |
setOperationPreferences(StackSetOperationPreferences operationPreferences)
Preferences for how AWS CloudFormation performs this stack set operation.
|
void |
setRegions(Collection<String> regions)
The names of one or more regions where you want to create stack instances using the specified AWS account(s).
|
void |
setStackSetName(String stackSetName)
The name or unique ID of the stack set that you want to create stack instances from.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateStackInstancesRequest |
withAccounts(Collection<String> accounts)
The names of one or more AWS accounts that you want to create stack instances in the specified region(s) for.
|
CreateStackInstancesRequest |
withAccounts(String... accounts)
The names of one or more AWS accounts that you want to create stack instances in the specified region(s) for.
|
CreateStackInstancesRequest |
withOperationId(String operationId)
The unique identifier for this stack set operation.
|
CreateStackInstancesRequest |
withOperationPreferences(StackSetOperationPreferences operationPreferences)
Preferences for how AWS CloudFormation performs this stack set operation.
|
CreateStackInstancesRequest |
withRegions(Collection<String> regions)
The names of one or more regions where you want to create stack instances using the specified AWS account(s).
|
CreateStackInstancesRequest |
withRegions(String... regions)
The names of one or more regions where you want to create stack instances using the specified AWS account(s).
|
CreateStackInstancesRequest |
withStackSetName(String stackSetName)
The name or unique ID of the stack set that you want to create stack instances from.
|
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 unique ID of the stack set that you want to create stack instances from.
stackSetName
- The name or unique ID of the stack set that you want to create stack instances from.public String getStackSetName()
The name or unique ID of the stack set that you want to create stack instances from.
public CreateStackInstancesRequest withStackSetName(String stackSetName)
The name or unique ID of the stack set that you want to create stack instances from.
stackSetName
- The name or unique ID of the stack set that you want to create stack instances from.public List<String> getAccounts()
The names of one or more AWS accounts that you want to create stack instances in the specified region(s) for.
public void setAccounts(Collection<String> accounts)
The names of one or more AWS accounts that you want to create stack instances in the specified region(s) for.
accounts
- The names of one or more AWS accounts that you want to create stack instances in the specified region(s)
for.public CreateStackInstancesRequest withAccounts(String... accounts)
The names of one or more AWS accounts that you want to create stack instances in the specified region(s) for.
NOTE: This method appends the values to the existing list (if any). Use
setAccounts(java.util.Collection)
or withAccounts(java.util.Collection)
if you want to override
the existing values.
accounts
- The names of one or more AWS accounts that you want to create stack instances in the specified region(s)
for.public CreateStackInstancesRequest withAccounts(Collection<String> accounts)
The names of one or more AWS accounts that you want to create stack instances in the specified region(s) for.
accounts
- The names of one or more AWS accounts that you want to create stack instances in the specified region(s)
for.public List<String> getRegions()
The names of one or more regions where you want to create stack instances using the specified AWS account(s).
public void setRegions(Collection<String> regions)
The names of one or more regions where you want to create stack instances using the specified AWS account(s).
regions
- The names of one or more regions where you want to create stack instances using the specified AWS
account(s).public CreateStackInstancesRequest withRegions(String... regions)
The names of one or more regions where you want to create stack instances using the specified AWS account(s).
NOTE: This method appends the values to the existing list (if any). Use
setRegions(java.util.Collection)
or withRegions(java.util.Collection)
if you want to override
the existing values.
regions
- The names of one or more regions where you want to create stack instances using the specified AWS
account(s).public CreateStackInstancesRequest withRegions(Collection<String> regions)
The names of one or more regions where you want to create stack instances using the specified AWS account(s).
regions
- The names of one or more regions where you want to create stack instances using the specified AWS
account(s).public void setOperationPreferences(StackSetOperationPreferences operationPreferences)
Preferences for how AWS CloudFormation performs this stack set operation.
operationPreferences
- Preferences for how AWS CloudFormation performs this stack set operation.public StackSetOperationPreferences getOperationPreferences()
Preferences for how AWS CloudFormation performs this stack set operation.
public CreateStackInstancesRequest withOperationPreferences(StackSetOperationPreferences operationPreferences)
Preferences for how AWS CloudFormation performs this stack set operation.
operationPreferences
- Preferences for how AWS CloudFormation performs this stack set operation.public void setOperationId(String operationId)
The unique identifier for this stack set operation.
The operation ID also functions as an idempotency token, to ensure that AWS CloudFormation performs the stack set operation only once, even if you retry the request multiple times. You might retry stack set operation requests to ensure that AWS CloudFormation successfully received them.
If you don't specify an operation ID, the SDK generates one automatically.
Repeating this stack set operation with a new operation ID retries all stack instances whose status is
OUTDATED
.
operationId
- The unique identifier for this stack set operation.
The operation ID also functions as an idempotency token, to ensure that AWS CloudFormation performs the stack set operation only once, even if you retry the request multiple times. You might retry stack set operation requests to ensure that AWS CloudFormation successfully received them.
If you don't specify an operation ID, the SDK generates one automatically.
Repeating this stack set operation with a new operation ID retries all stack instances whose status is
OUTDATED
.
public String getOperationId()
The unique identifier for this stack set operation.
The operation ID also functions as an idempotency token, to ensure that AWS CloudFormation performs the stack set operation only once, even if you retry the request multiple times. You might retry stack set operation requests to ensure that AWS CloudFormation successfully received them.
If you don't specify an operation ID, the SDK generates one automatically.
Repeating this stack set operation with a new operation ID retries all stack instances whose status is
OUTDATED
.
The operation ID also functions as an idempotency token, to ensure that AWS CloudFormation performs the stack set operation only once, even if you retry the request multiple times. You might retry stack set operation requests to ensure that AWS CloudFormation successfully received them.
If you don't specify an operation ID, the SDK generates one automatically.
Repeating this stack set operation with a new operation ID retries all stack instances whose status is
OUTDATED
.
public CreateStackInstancesRequest withOperationId(String operationId)
The unique identifier for this stack set operation.
The operation ID also functions as an idempotency token, to ensure that AWS CloudFormation performs the stack set operation only once, even if you retry the request multiple times. You might retry stack set operation requests to ensure that AWS CloudFormation successfully received them.
If you don't specify an operation ID, the SDK generates one automatically.
Repeating this stack set operation with a new operation ID retries all stack instances whose status is
OUTDATED
.
operationId
- The unique identifier for this stack set operation.
The operation ID also functions as an idempotency token, to ensure that AWS CloudFormation performs the stack set operation only once, even if you retry the request multiple times. You might retry stack set operation requests to ensure that AWS CloudFormation successfully received them.
If you don't specify an operation ID, the SDK generates one automatically.
Repeating this stack set operation with a new operation ID retries all stack instances whose status is
OUTDATED
.
public String toString()
toString
in class Object
Object.toString()
public CreateStackInstancesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.