@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportStacksToStackSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ImportStacksToStackSetRequest() |
Modifier and Type | Method and Description |
---|---|
ImportStacksToStackSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCallAs()
By default,
SELF is specified. |
String |
getOperationId()
A unique, user defined, identifier for the stack set operation.
|
StackSetOperationPreferences |
getOperationPreferences()
The user-specified preferences for how CloudFormation performs a stack set operation.
|
List<String> |
getOrganizationalUnitIds()
The list of OU ID's to which the stacks being imported has to be mapped as deployment target.
|
List<String> |
getStackIds()
The IDs of the stacks you are importing into a stack set.
|
String |
getStackIdsUrl()
The Amazon S3 URL which contains list of stack ids to be inputted.
|
String |
getStackSetName()
The name of the stack set.
|
int |
hashCode() |
void |
setCallAs(String callAs)
By default,
SELF is specified. |
void |
setOperationId(String operationId)
A unique, user defined, identifier for the stack set operation.
|
void |
setOperationPreferences(StackSetOperationPreferences operationPreferences)
The user-specified preferences for how CloudFormation performs a stack set operation.
|
void |
setOrganizationalUnitIds(Collection<String> organizationalUnitIds)
The list of OU ID's to which the stacks being imported has to be mapped as deployment target.
|
void |
setStackIds(Collection<String> stackIds)
The IDs of the stacks you are importing into a stack set.
|
void |
setStackIdsUrl(String stackIdsUrl)
The Amazon S3 URL which contains list of stack ids to be inputted.
|
void |
setStackSetName(String stackSetName)
The name of the stack set.
|
String |
toString()
Returns a string representation of this object.
|
ImportStacksToStackSetRequest |
withCallAs(CallAs callAs)
By default,
SELF is specified. |
ImportStacksToStackSetRequest |
withCallAs(String callAs)
By default,
SELF is specified. |
ImportStacksToStackSetRequest |
withOperationId(String operationId)
A unique, user defined, identifier for the stack set operation.
|
ImportStacksToStackSetRequest |
withOperationPreferences(StackSetOperationPreferences operationPreferences)
The user-specified preferences for how CloudFormation performs a stack set operation.
|
ImportStacksToStackSetRequest |
withOrganizationalUnitIds(Collection<String> organizationalUnitIds)
The list of OU ID's to which the stacks being imported has to be mapped as deployment target.
|
ImportStacksToStackSetRequest |
withOrganizationalUnitIds(String... organizationalUnitIds)
The list of OU ID's to which the stacks being imported has to be mapped as deployment target.
|
ImportStacksToStackSetRequest |
withStackIds(Collection<String> stackIds)
The IDs of the stacks you are importing into a stack set.
|
ImportStacksToStackSetRequest |
withStackIds(String... stackIds)
The IDs of the stacks you are importing into a stack set.
|
ImportStacksToStackSetRequest |
withStackIdsUrl(String stackIdsUrl)
The Amazon S3 URL which contains list of stack ids to be inputted.
|
ImportStacksToStackSetRequest |
withStackSetName(String stackSetName)
The name of the stack set.
|
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 of the stack set. The name must be unique in the Region where you create your stack set.
stackSetName
- The name of the stack set. The name must be unique in the Region where you create your stack set.public String getStackSetName()
The name of the stack set. The name must be unique in the Region where you create your stack set.
public ImportStacksToStackSetRequest withStackSetName(String stackSetName)
The name of the stack set. The name must be unique in the Region where you create your stack set.
stackSetName
- The name of the stack set. The name must be unique in the Region where you create your stack set.public List<String> getStackIds()
The IDs of the stacks you are importing into a stack set. You import up to 10 stacks per stack set at a time.
Specify either StackIds
or StackIdsUrl
.
Specify either StackIds
or StackIdsUrl
.
public void setStackIds(Collection<String> stackIds)
The IDs of the stacks you are importing into a stack set. You import up to 10 stacks per stack set at a time.
Specify either StackIds
or StackIdsUrl
.
stackIds
- The IDs of the stacks you are importing into a stack set. You import up to 10 stacks per stack set at a
time.
Specify either StackIds
or StackIdsUrl
.
public ImportStacksToStackSetRequest withStackIds(String... stackIds)
The IDs of the stacks you are importing into a stack set. You import up to 10 stacks per stack set at a time.
Specify either StackIds
or StackIdsUrl
.
NOTE: This method appends the values to the existing list (if any). Use
setStackIds(java.util.Collection)
or withStackIds(java.util.Collection)
if you want to override
the existing values.
stackIds
- The IDs of the stacks you are importing into a stack set. You import up to 10 stacks per stack set at a
time.
Specify either StackIds
or StackIdsUrl
.
public ImportStacksToStackSetRequest withStackIds(Collection<String> stackIds)
The IDs of the stacks you are importing into a stack set. You import up to 10 stacks per stack set at a time.
Specify either StackIds
or StackIdsUrl
.
stackIds
- The IDs of the stacks you are importing into a stack set. You import up to 10 stacks per stack set at a
time.
Specify either StackIds
or StackIdsUrl
.
public void setStackIdsUrl(String stackIdsUrl)
The Amazon S3 URL which contains list of stack ids to be inputted.
Specify either StackIds
or StackIdsUrl
.
stackIdsUrl
- The Amazon S3 URL which contains list of stack ids to be inputted.
Specify either StackIds
or StackIdsUrl
.
public String getStackIdsUrl()
The Amazon S3 URL which contains list of stack ids to be inputted.
Specify either StackIds
or StackIdsUrl
.
Specify either StackIds
or StackIdsUrl
.
public ImportStacksToStackSetRequest withStackIdsUrl(String stackIdsUrl)
The Amazon S3 URL which contains list of stack ids to be inputted.
Specify either StackIds
or StackIdsUrl
.
stackIdsUrl
- The Amazon S3 URL which contains list of stack ids to be inputted.
Specify either StackIds
or StackIdsUrl
.
public List<String> getOrganizationalUnitIds()
The list of OU ID's to which the stacks being imported has to be mapped as deployment target.
public void setOrganizationalUnitIds(Collection<String> organizationalUnitIds)
The list of OU ID's to which the stacks being imported has to be mapped as deployment target.
organizationalUnitIds
- The list of OU ID's to which the stacks being imported has to be mapped as deployment target.public ImportStacksToStackSetRequest withOrganizationalUnitIds(String... organizationalUnitIds)
The list of OU ID's to which the stacks being imported has to be mapped as deployment target.
NOTE: This method appends the values to the existing list (if any). Use
setOrganizationalUnitIds(java.util.Collection)
or
withOrganizationalUnitIds(java.util.Collection)
if you want to override the existing values.
organizationalUnitIds
- The list of OU ID's to which the stacks being imported has to be mapped as deployment target.public ImportStacksToStackSetRequest withOrganizationalUnitIds(Collection<String> organizationalUnitIds)
The list of OU ID's to which the stacks being imported has to be mapped as deployment target.
organizationalUnitIds
- The list of OU ID's to which the stacks being imported has to be mapped as deployment target.public void setOperationPreferences(StackSetOperationPreferences operationPreferences)
The user-specified preferences for how CloudFormation performs a stack set operation.
For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.
operationPreferences
- The user-specified preferences for how CloudFormation performs a stack set operation.
For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.
public StackSetOperationPreferences getOperationPreferences()
The user-specified preferences for how CloudFormation performs a stack set operation.
For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.
For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.
public ImportStacksToStackSetRequest withOperationPreferences(StackSetOperationPreferences operationPreferences)
The user-specified preferences for how CloudFormation performs a stack set operation.
For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.
operationPreferences
- The user-specified preferences for how CloudFormation performs a stack set operation.
For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.
public void setOperationId(String operationId)
A unique, user defined, identifier for the stack set operation.
operationId
- A unique, user defined, identifier for the stack set operation.public String getOperationId()
A unique, user defined, identifier for the stack set operation.
public ImportStacksToStackSetRequest withOperationId(String operationId)
A unique, user defined, identifier for the stack set operation.
operationId
- A unique, user defined, identifier for the stack set operation.public void setCallAs(String callAs)
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
.
For service managed stack sets, specify DELEGATED_ADMIN
.
callAs
- 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
.
For service managed stack sets, specify DELEGATED_ADMIN
.
CallAs
public String getCallAs()
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
.
For service managed stack sets, specify DELEGATED_ADMIN
.
SELF
is specified. Use SELF
for stack sets with self-managed
permissions.
If you are signed in to the management account, specify SELF
.
For service managed stack sets, specify DELEGATED_ADMIN
.
CallAs
public ImportStacksToStackSetRequest withCallAs(String callAs)
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
.
For service managed stack sets, specify DELEGATED_ADMIN
.
callAs
- 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
.
For service managed stack sets, specify DELEGATED_ADMIN
.
CallAs
public ImportStacksToStackSetRequest withCallAs(CallAs callAs)
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
.
For service managed stack sets, specify DELEGATED_ADMIN
.
callAs
- 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
.
For service managed stack sets, specify DELEGATED_ADMIN
.
CallAs
public String toString()
toString
in class Object
Object.toString()
public ImportStacksToStackSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()