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