@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStackSetAutoDeploymentTargetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListStackSetAutoDeploymentTargetsRequest() |
Modifier and Type | Method and Description |
---|---|
ListStackSetAutoDeploymentTargetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCallAs()
Specifies whether you are acting as an account administrator in the organization's management account or as a
delegated administrator in a member account.
|
Integer |
getMaxResults()
The maximum number of results to be returned with a single call.
|
String |
getNextToken()
A string that identifies the next page of stack set deployment targets that you want to retrieve.
|
String |
getStackSetName()
The name or unique ID of the stack set that you want to get automatic deployment targets for.
|
int |
hashCode() |
void |
setCallAs(String callAs)
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 |
setMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call.
|
void |
setNextToken(String nextToken)
A string that identifies the next page of stack set deployment targets that you want to retrieve.
|
void |
setStackSetName(String stackSetName)
The name or unique ID of the stack set that you want to get automatic deployment targets for.
|
String |
toString()
Returns a string representation of this object.
|
ListStackSetAutoDeploymentTargetsRequest |
withCallAs(CallAs callAs)
Specifies whether you are acting as an account administrator in the organization's management account or as a
delegated administrator in a member account.
|
ListStackSetAutoDeploymentTargetsRequest |
withCallAs(String callAs)
Specifies whether you are acting as an account administrator in the organization's management account or as a
delegated administrator in a member account.
|
ListStackSetAutoDeploymentTargetsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call.
|
ListStackSetAutoDeploymentTargetsRequest |
withNextToken(String nextToken)
A string that identifies the next page of stack set deployment targets that you want to retrieve.
|
ListStackSetAutoDeploymentTargetsRequest |
withStackSetName(String stackSetName)
The name or unique ID of the stack set that you want to get automatic deployment targets 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 ListStackSetAutoDeploymentTargetsRequest()
public void setStackSetName(String stackSetName)
The name or unique ID of the stack set that you want to get automatic deployment targets for.
stackSetName
- The name or unique ID of the stack set that you want to get automatic deployment targets for.public String getStackSetName()
The name or unique ID of the stack set that you want to get automatic deployment targets for.
public ListStackSetAutoDeploymentTargetsRequest withStackSetName(String stackSetName)
The name or unique ID of the stack set that you want to get automatic deployment targets for.
stackSetName
- The name or unique ID of the stack set that you want to get automatic deployment targets for.public void setNextToken(String nextToken)
A string that identifies the next page of stack set deployment targets that you want to retrieve.
nextToken
- A string that identifies the next page of stack set deployment targets that you want to retrieve.public String getNextToken()
A string that identifies the next page of stack set deployment targets that you want to retrieve.
public ListStackSetAutoDeploymentTargetsRequest withNextToken(String nextToken)
A string that identifies the next page of stack set deployment targets that you want to retrieve.
nextToken
- A string that identifies the next page of stack set deployment targets that you want to retrieve.public void setMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call. If the number of available results exceeds this
maximum, the response includes a NextToken
value that you can assign to the NextToken
request parameter to get the next set of results.
maxResults
- The maximum number of results to be returned with a single call. If the number of available results
exceeds this maximum, the response includes a NextToken
value that you can assign to the
NextToken
request parameter to get the next set of results.public Integer getMaxResults()
The maximum number of results to be returned with a single call. If the number of available results exceeds this
maximum, the response includes a NextToken
value that you can assign to the NextToken
request parameter to get the next set of results.
NextToken
value that you can assign to the
NextToken
request parameter to get the next set of results.public ListStackSetAutoDeploymentTargetsRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call. If the number of available results exceeds this
maximum, the response includes a NextToken
value that you can assign to the NextToken
request parameter to get the next set of results.
maxResults
- The maximum number of results to be returned with a single call. If the number of available results
exceeds this maximum, the response includes a NextToken
value that you can assign to the
NextToken
request parameter to get the next set of results.public void setCallAs(String callAs)
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 StackSets 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
- 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 StackSets 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()
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 StackSets 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 StackSets 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 ListStackSetAutoDeploymentTargetsRequest withCallAs(String callAs)
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 StackSets 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
- 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 StackSets 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 ListStackSetAutoDeploymentTargetsRequest withCallAs(CallAs callAs)
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 StackSets 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
- 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 StackSets 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 ListStackSetAutoDeploymentTargetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()