@Generated(value="software.amazon.awssdk:codegen") public class ComputeCapacityStatus extends Object implements StructuredPojo, ToCopyableBuilder<ComputeCapacityStatus.Builder,ComputeCapacityStatus>
Describes the capacity status for a fleet.
Modifier and Type | Class and Description |
---|---|
static interface |
ComputeCapacityStatus.Builder |
Modifier and Type | Method and Description |
---|---|
Integer |
available()
The number of currently available instances that can be used to stream sessions.
|
static ComputeCapacityStatus.Builder |
builder() |
Integer |
desired()
The desired number of streaming instances.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
inUse()
The number of instances in use for streaming.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
Integer |
running()
The total number of simultaneous streaming instances that are running.
|
static Class<? extends ComputeCapacityStatus.Builder> |
serializableBuilderClass() |
ComputeCapacityStatus.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Integer desired()
The desired number of streaming instances.
public Integer running()
The total number of simultaneous streaming instances that are running.
public Integer inUse()
The number of instances in use for streaming.
public Integer available()
The number of currently available instances that can be used to stream sessions.
public ComputeCapacityStatus.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ComputeCapacityStatus.Builder,ComputeCapacityStatus>
public static ComputeCapacityStatus.Builder builder()
public static Class<? extends ComputeCapacityStatus.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.