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