@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() |
List<String> |
getStackIds()
The IDs of the stacks you are importing into a stack set.
|
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) |
void |
setStackIds(Collection<String> stackIds)
The IDs of the stacks you are importing into a stack set.
|
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) |
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 |
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.
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.
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.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.
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.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.
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.public void setOperationPreferences(StackSetOperationPreferences operationPreferences)
operationPreferences
- public StackSetOperationPreferences getOperationPreferences()
public ImportStacksToStackSetRequest withOperationPreferences(StackSetOperationPreferences operationPreferences)
operationPreferences
- 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()