@Generated(value="software.amazon.awssdk:codegen") public class InstanceCount extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<InstanceCount.Builder,InstanceCount>
Describes a Reserved Instance listing state.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InstanceCount.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InstanceCount.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
Integer |
instanceCount()
The number of listed Reserved Instances in the state specified by the
state. |
static Class<? extends InstanceCount.Builder> |
serializableBuilderClass() |
String |
state()
The states of the listed Reserved Instances.
|
InstanceCount.Builder |
toBuilder() |
String |
toString() |
public Integer instanceCount()
The number of listed Reserved Instances in the state specified by the state.
state.public String state()
The states of the listed Reserved Instances.
ListingStatepublic InstanceCount.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<InstanceCount.Builder,InstanceCount>public static InstanceCount.Builder builder()
public static Class<? extends InstanceCount.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.