@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CapacitySize extends Object implements Serializable, Cloneable, StructuredPojo
Currently, the CapacitySize
API is not supported.
Constructor and Description |
---|
CapacitySize() |
Modifier and Type | Method and Description |
---|---|
CapacitySize |
clone() |
boolean |
equals(Object obj) |
String |
getType()
This API is not supported.
|
Integer |
getValue()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setType(String type)
This API is not supported.
|
void |
setValue(Integer value)
|
String |
toString()
Returns a string representation of this object.
|
CapacitySize |
withType(CapacitySizeType type)
This API is not supported.
|
CapacitySize |
withType(String type)
This API is not supported.
|
CapacitySize |
withValue(Integer value)
|
public void setType(String type)
This API is not supported.
type
- This API is not supported.CapacitySizeType
public String getType()
This API is not supported.
CapacitySizeType
public CapacitySize withType(String type)
This API is not supported.
type
- This API is not supported.CapacitySizeType
public CapacitySize withType(CapacitySizeType type)
This API is not supported.
type
- This API is not supported.CapacitySizeType
public void setValue(Integer value)
value
- public Integer getValue()
public CapacitySize withValue(Integer value)
value
- public String toString()
toString
in class Object
Object.toString()
public CapacitySize clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.