@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFreeTierConfig extends Object implements Serializable, Cloneable, StructuredPojo
The possible Amazon Web Services Free Tier configurations.
Constructor and Description |
---|
CreateFreeTierConfig() |
Modifier and Type | Method and Description |
---|---|
CreateFreeTierConfig |
clone() |
boolean |
equals(Object obj) |
Boolean |
getActivated()
Activate or deactivate Amazon Web Services Free Tier.
|
int |
hashCode() |
Boolean |
isActivated()
Activate or deactivate Amazon Web Services Free Tier.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActivated(Boolean activated)
Activate or deactivate Amazon Web Services Free Tier.
|
String |
toString()
Returns a string representation of this object.
|
CreateFreeTierConfig |
withActivated(Boolean activated)
Activate or deactivate Amazon Web Services Free Tier.
|
public void setActivated(Boolean activated)
Activate or deactivate Amazon Web Services Free Tier.
activated
- Activate or deactivate Amazon Web Services Free Tier.public Boolean getActivated()
Activate or deactivate Amazon Web Services Free Tier.
public CreateFreeTierConfig withActivated(Boolean activated)
Activate or deactivate Amazon Web Services Free Tier.
activated
- Activate or deactivate Amazon Web Services Free Tier.public Boolean isActivated()
Activate or deactivate Amazon Web Services Free Tier.
public String toString()
toString
in class Object
Object.toString()
public CreateFreeTierConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.