@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceSpecification extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ResourceSpecification() |
| Modifier and Type | Method and Description |
|---|---|
ResourceSpecification |
clone() |
boolean |
equals(Object obj) |
Integer |
getReservedBitrate()
The amount of outbound bandwidth that is discounted in the offering.
|
String |
getResourceType()
The type of resource and the unit that is being billed for.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setReservedBitrate(Integer reservedBitrate)
The amount of outbound bandwidth that is discounted in the offering.
|
void |
setResourceType(String resourceType)
The type of resource and the unit that is being billed for.
|
String |
toString()
Returns a string representation of this object.
|
ResourceSpecification |
withReservedBitrate(Integer reservedBitrate)
The amount of outbound bandwidth that is discounted in the offering.
|
ResourceSpecification |
withResourceType(ResourceType resourceType)
The type of resource and the unit that is being billed for.
|
ResourceSpecification |
withResourceType(String resourceType)
The type of resource and the unit that is being billed for.
|
public void setReservedBitrate(Integer reservedBitrate)
reservedBitrate - The amount of outbound bandwidth that is discounted in the offering.public Integer getReservedBitrate()
public ResourceSpecification withReservedBitrate(Integer reservedBitrate)
reservedBitrate - The amount of outbound bandwidth that is discounted in the offering.public void setResourceType(String resourceType)
resourceType - The type of resource and the unit that is being billed for.ResourceTypepublic String getResourceType()
ResourceTypepublic ResourceSpecification withResourceType(String resourceType)
resourceType - The type of resource and the unit that is being billed for.ResourceTypepublic ResourceSpecification withResourceType(ResourceType resourceType)
resourceType - The type of resource and the unit that is being billed for.ResourceTypepublic String toString()
toString in class ObjectObject.toString()public ResourceSpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.