@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountSettings extends Object implements Serializable, Cloneable, StructuredPojo
The Resource Groups settings for this Amazon Web Services account.
Constructor and Description |
---|
AccountSettings() |
Modifier and Type | Method and Description |
---|---|
AccountSettings |
clone() |
boolean |
equals(Object obj) |
String |
getGroupLifecycleEventsDesiredStatus()
The desired target status of the group lifecycle events feature.
|
String |
getGroupLifecycleEventsStatus()
The current status of the group lifecycle events feature.
|
String |
getGroupLifecycleEventsStatusMessage()
The text of any error message occurs during an attempt to turn group lifecycle events on or off.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGroupLifecycleEventsDesiredStatus(String groupLifecycleEventsDesiredStatus)
The desired target status of the group lifecycle events feature.
|
void |
setGroupLifecycleEventsStatus(String groupLifecycleEventsStatus)
The current status of the group lifecycle events feature.
|
void |
setGroupLifecycleEventsStatusMessage(String groupLifecycleEventsStatusMessage)
The text of any error message occurs during an attempt to turn group lifecycle events on or off.
|
String |
toString()
Returns a string representation of this object.
|
AccountSettings |
withGroupLifecycleEventsDesiredStatus(GroupLifecycleEventsDesiredStatus groupLifecycleEventsDesiredStatus)
The desired target status of the group lifecycle events feature.
|
AccountSettings |
withGroupLifecycleEventsDesiredStatus(String groupLifecycleEventsDesiredStatus)
The desired target status of the group lifecycle events feature.
|
AccountSettings |
withGroupLifecycleEventsStatus(GroupLifecycleEventsStatus groupLifecycleEventsStatus)
The current status of the group lifecycle events feature.
|
AccountSettings |
withGroupLifecycleEventsStatus(String groupLifecycleEventsStatus)
The current status of the group lifecycle events feature.
|
AccountSettings |
withGroupLifecycleEventsStatusMessage(String groupLifecycleEventsStatusMessage)
The text of any error message occurs during an attempt to turn group lifecycle events on or off.
|
public void setGroupLifecycleEventsDesiredStatus(String groupLifecycleEventsDesiredStatus)
The desired target status of the group lifecycle events feature. If
groupLifecycleEventsDesiredStatus
- The desired target status of the group lifecycle events feature. IfGroupLifecycleEventsDesiredStatus
public String getGroupLifecycleEventsDesiredStatus()
The desired target status of the group lifecycle events feature. If
GroupLifecycleEventsDesiredStatus
public AccountSettings withGroupLifecycleEventsDesiredStatus(String groupLifecycleEventsDesiredStatus)
The desired target status of the group lifecycle events feature. If
groupLifecycleEventsDesiredStatus
- The desired target status of the group lifecycle events feature. IfGroupLifecycleEventsDesiredStatus
public AccountSettings withGroupLifecycleEventsDesiredStatus(GroupLifecycleEventsDesiredStatus groupLifecycleEventsDesiredStatus)
The desired target status of the group lifecycle events feature. If
groupLifecycleEventsDesiredStatus
- The desired target status of the group lifecycle events feature. IfGroupLifecycleEventsDesiredStatus
public void setGroupLifecycleEventsStatus(String groupLifecycleEventsStatus)
The current status of the group lifecycle events feature.
groupLifecycleEventsStatus
- The current status of the group lifecycle events feature.GroupLifecycleEventsStatus
public String getGroupLifecycleEventsStatus()
The current status of the group lifecycle events feature.
GroupLifecycleEventsStatus
public AccountSettings withGroupLifecycleEventsStatus(String groupLifecycleEventsStatus)
The current status of the group lifecycle events feature.
groupLifecycleEventsStatus
- The current status of the group lifecycle events feature.GroupLifecycleEventsStatus
public AccountSettings withGroupLifecycleEventsStatus(GroupLifecycleEventsStatus groupLifecycleEventsStatus)
The current status of the group lifecycle events feature.
groupLifecycleEventsStatus
- The current status of the group lifecycle events feature.GroupLifecycleEventsStatus
public void setGroupLifecycleEventsStatusMessage(String groupLifecycleEventsStatusMessage)
The text of any error message occurs during an attempt to turn group lifecycle events on or off.
groupLifecycleEventsStatusMessage
- The text of any error message occurs during an attempt to turn group lifecycle events on or off.public String getGroupLifecycleEventsStatusMessage()
The text of any error message occurs during an attempt to turn group lifecycle events on or off.
public AccountSettings withGroupLifecycleEventsStatusMessage(String groupLifecycleEventsStatusMessage)
The text of any error message occurs during an attempt to turn group lifecycle events on or off.
groupLifecycleEventsStatusMessage
- The text of any error message occurs during an attempt to turn group lifecycle events on or off.public String toString()
toString
in class Object
Object.toString()
public AccountSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.