@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, withSdkRequestTimeout public UpdateAccountSettingsRequest()
public 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.GroupLifecycleEventsDesiredStatus public String getGroupLifecycleEventsDesiredStatus()
Specifies whether you want to turn group lifecycle events on or off.
GroupLifecycleEventsDesiredStatus public 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.GroupLifecycleEventsDesiredStatus public 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.GroupLifecycleEventsDesiredStatus public String toString()
toString in class Object Object.toString() public UpdateAccountSettingsRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()