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