@Generated(value="software.amazon.awssdk:codegen") public final class ListStackInstancesRequest extends CloudFormationRequest implements ToCopyableBuilder<ListStackInstancesRequest.Builder,ListStackInstancesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListStackInstancesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListStackInstancesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to be returned with a single call.
|
String |
nextToken()
If the previous request didn't return all of the remaining results, the response's
NextToken
parameter value is set to a token. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListStackInstancesRequest.Builder> |
serializableBuilderClass() |
String |
stackInstanceAccount()
The name of the AWS account that you want to list stack instances for.
|
String |
stackInstanceRegion()
The name of the Region where you want to list stack instances.
|
String |
stackSetName()
The name or unique ID of the stack set that you want to list stack instances for.
|
ListStackInstancesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String stackSetName()
The name or unique ID of the stack set that you want to list stack instances for.
public String nextToken()
If the previous request didn't return all of the remaining results, the response's NextToken
parameter value is set to a token. To retrieve the next set of results, call ListStackInstances
again and assign that token to the request object's NextToken parameter. If there are no remaining
results, the previous response object's NextToken parameter is set to null.
NextToken
parameter value is set to a token. To retrieve the next set of results, call
ListStackInstances again and assign that token to the request object's
NextToken parameter. If there are no remaining results, the previous response object's
NextToken parameter is set to null.public 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.
NextToken value that you can assign to the
NextToken request parameter to get the next set of results.public String stackInstanceAccount()
The name of the AWS account that you want to list stack instances for.
public String stackInstanceRegion()
The name of the Region where you want to list stack instances.
public ListStackInstancesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListStackInstancesRequest.Builder,ListStackInstancesRequest>toBuilder in class CloudFormationRequestpublic static ListStackInstancesRequest.Builder builder()
public static Class<? extends ListStackInstancesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.