Class AccountSettings
- java.lang.Object
-
- software.amazon.awssdk.services.resourcegroups.model.AccountSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AccountSettings.Builder,AccountSettings>
@Generated("software.amazon.awssdk:codegen") public final class AccountSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountSettings.Builder,AccountSettings>
The Resource Groups settings for this Amazon Web Services account.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAccountSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)GroupLifecycleEventsDesiredStatusgroupLifecycleEventsDesiredStatus()The desired target status of the group lifecycle events feature.StringgroupLifecycleEventsDesiredStatusAsString()The desired target status of the group lifecycle events feature.GroupLifecycleEventsStatusgroupLifecycleEventsStatus()The current status of the group lifecycle events feature.StringgroupLifecycleEventsStatusAsString()The current status of the group lifecycle events feature.StringgroupLifecycleEventsStatusMessage()The text of any error message occurs during an attempt to turn group lifecycle events on or off.inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AccountSettings.Builder>serializableBuilderClass()AccountSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
groupLifecycleEventsDesiredStatus
public final GroupLifecycleEventsDesiredStatus groupLifecycleEventsDesiredStatus()
The desired target status of the group lifecycle events feature. If
If the service returns an enum value that is not available in the current SDK version,
groupLifecycleEventsDesiredStatuswill returnGroupLifecycleEventsDesiredStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromgroupLifecycleEventsDesiredStatusAsString().- Returns:
- The desired target status of the group lifecycle events feature. If
- See Also:
GroupLifecycleEventsDesiredStatus
-
groupLifecycleEventsDesiredStatusAsString
public final String groupLifecycleEventsDesiredStatusAsString()
The desired target status of the group lifecycle events feature. If
If the service returns an enum value that is not available in the current SDK version,
groupLifecycleEventsDesiredStatuswill returnGroupLifecycleEventsDesiredStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromgroupLifecycleEventsDesiredStatusAsString().- Returns:
- The desired target status of the group lifecycle events feature. If
- See Also:
GroupLifecycleEventsDesiredStatus
-
groupLifecycleEventsStatus
public final GroupLifecycleEventsStatus groupLifecycleEventsStatus()
The current status of the group lifecycle events feature.
If the service returns an enum value that is not available in the current SDK version,
groupLifecycleEventsStatuswill returnGroupLifecycleEventsStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromgroupLifecycleEventsStatusAsString().- Returns:
- The current status of the group lifecycle events feature.
- See Also:
GroupLifecycleEventsStatus
-
groupLifecycleEventsStatusAsString
public final String groupLifecycleEventsStatusAsString()
The current status of the group lifecycle events feature.
If the service returns an enum value that is not available in the current SDK version,
groupLifecycleEventsStatuswill returnGroupLifecycleEventsStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromgroupLifecycleEventsStatusAsString().- Returns:
- The current status of the group lifecycle events feature.
- See Also:
GroupLifecycleEventsStatus
-
groupLifecycleEventsStatusMessage
public final String groupLifecycleEventsStatusMessage()
The text of any error message occurs during an attempt to turn group lifecycle events on or off.
- Returns:
- The text of any error message occurs during an attempt to turn group lifecycle events on or off.
-
toBuilder
public AccountSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccountSettings.Builder,AccountSettings>
-
builder
public static AccountSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends AccountSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-