@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComputeCapacity extends Object implements Serializable, Cloneable, StructuredPojo
Describes the capacity for a fleet.
| Constructor and Description |
|---|
ComputeCapacity() |
| Modifier and Type | Method and Description |
|---|---|
ComputeCapacity |
clone() |
boolean |
equals(Object obj) |
Integer |
getDesiredInstances()
The desired number of streaming instances.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDesiredInstances(Integer desiredInstances)
The desired number of streaming instances.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ComputeCapacity |
withDesiredInstances(Integer desiredInstances)
The desired number of streaming instances.
|
public void setDesiredInstances(Integer desiredInstances)
The desired number of streaming instances.
desiredInstances - The desired number of streaming instances.public Integer getDesiredInstances()
The desired number of streaming instances.
public ComputeCapacity withDesiredInstances(Integer desiredInstances)
The desired number of streaming instances.
desiredInstances - The desired number of streaming instances.public String toString()
toString in class ObjectObject.toString()public ComputeCapacity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.