@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAutoScalingInstancesRequest extends AutoScalingRequest implements ToCopyableBuilder<DescribeAutoScalingInstancesRequest.Builder,DescribeAutoScalingInstancesRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeAutoScalingInstancesRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static DescribeAutoScalingInstancesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasInstanceIds()
Returns true if the InstanceIds property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
List<String> |
instanceIds()
The IDs of the instances.
|
Integer |
maxRecords()
The maximum number of items to return with this call.
|
String |
nextToken()
The token for the next set of items to return.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeAutoScalingInstancesRequest.Builder> |
serializableBuilderClass() |
DescribeAutoScalingInstancesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public boolean hasInstanceIds()
public List<String> instanceIds()
The IDs of the instances. You can specify up to MaxRecords
IDs. If you omit this parameter, all Auto
Scaling instances are described. If you specify an ID that does not exist, it is ignored with no error.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasInstanceIds()
to see if a value was sent in this field.
MaxRecords
IDs. If you omit this parameter,
all Auto Scaling instances are described. If you specify an ID that does not exist, it is ignored with no
error.public Integer maxRecords()
The maximum number of items to return with this call. The default value is 50
and the maximum value
is 50
.
50
and the
maximum value is 50
.public String nextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public DescribeAutoScalingInstancesRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DescribeAutoScalingInstancesRequest.Builder,DescribeAutoScalingInstancesRequest>
toBuilder
in class AutoScalingRequest
public static DescribeAutoScalingInstancesRequest.Builder builder()
public static Class<? extends DescribeAutoScalingInstancesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.