@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAccountSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateAccountSettingsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateAccountSettingsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getGroupLifecycleEventsDesiredStatus()
 Specifies whether you want to turn group lifecycle events on or off. | 
| int | hashCode() | 
| void | setGroupLifecycleEventsDesiredStatus(String groupLifecycleEventsDesiredStatus)
 Specifies whether you want to turn group lifecycle events on or off. | 
| String | toString()Returns a string representation of this object. | 
| UpdateAccountSettingsRequest | withGroupLifecycleEventsDesiredStatus(GroupLifecycleEventsDesiredStatus groupLifecycleEventsDesiredStatus)
 Specifies whether you want to turn group lifecycle events on or off. | 
| UpdateAccountSettingsRequest | withGroupLifecycleEventsDesiredStatus(String groupLifecycleEventsDesiredStatus)
 Specifies whether you want to turn group lifecycle events on or off. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setGroupLifecycleEventsDesiredStatus(String groupLifecycleEventsDesiredStatus)
Specifies whether you want to turn group lifecycle events on or off.
groupLifecycleEventsDesiredStatus - Specifies whether you want to turn group lifecycle events on
        or off.GroupLifecycleEventsDesiredStatuspublic String getGroupLifecycleEventsDesiredStatus()
Specifies whether you want to turn group lifecycle events on or off.
GroupLifecycleEventsDesiredStatuspublic UpdateAccountSettingsRequest withGroupLifecycleEventsDesiredStatus(String groupLifecycleEventsDesiredStatus)
Specifies whether you want to turn group lifecycle events on or off.
groupLifecycleEventsDesiredStatus - Specifies whether you want to turn group lifecycle events on
        or off.GroupLifecycleEventsDesiredStatuspublic UpdateAccountSettingsRequest withGroupLifecycleEventsDesiredStatus(GroupLifecycleEventsDesiredStatus groupLifecycleEventsDesiredStatus)
Specifies whether you want to turn group lifecycle events on or off.
groupLifecycleEventsDesiredStatus - Specifies whether you want to turn group lifecycle events on
        or off.GroupLifecycleEventsDesiredStatuspublic String toString()
toString in class ObjectObject.toString()public UpdateAccountSettingsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()