@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Tiering extends Object implements Serializable, Cloneable, StructuredPojo
The set of tiering configurations for the pricing rule.
| Constructor and Description |
|---|
Tiering() |
| Modifier and Type | Method and Description |
|---|---|
Tiering |
clone() |
boolean |
equals(Object obj) |
FreeTierConfig |
getFreeTier()
The possible Amazon Web Services Free Tier configurations.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFreeTier(FreeTierConfig freeTier)
The possible Amazon Web Services Free Tier configurations.
|
String |
toString()
Returns a string representation of this object.
|
Tiering |
withFreeTier(FreeTierConfig freeTier)
The possible Amazon Web Services Free Tier configurations.
|
public void setFreeTier(FreeTierConfig freeTier)
The possible Amazon Web Services Free Tier configurations.
freeTier - The possible Amazon Web Services Free Tier configurations.public FreeTierConfig getFreeTier()
The possible Amazon Web Services Free Tier configurations.
public Tiering withFreeTier(FreeTierConfig freeTier)
The possible Amazon Web Services Free Tier configurations.
freeTier - The possible Amazon Web Services Free Tier configurations.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.