Class MemberAdditionalConfigurationResult
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.MemberAdditionalConfigurationResult
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MemberAdditionalConfigurationResult.Builder,MemberAdditionalConfigurationResult>
@Generated("software.amazon.awssdk:codegen") public final class MemberAdditionalConfigurationResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MemberAdditionalConfigurationResult.Builder,MemberAdditionalConfigurationResult>
Information about the additional configuration for the member account.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMemberAdditionalConfigurationResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MemberAdditionalConfigurationResult.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()OrgFeatureAdditionalConfigurationname()Indicates the name of the additional configuration that is set for the member account.StringnameAsString()Indicates the name of the additional configuration that is set for the member account.List<SdkField<?>>sdkFields()static Class<? extends MemberAdditionalConfigurationResult.Builder>serializableBuilderClass()FeatureStatusstatus()Indicates the status of the additional configuration that is set for the member account.StringstatusAsString()Indicates the status of the additional configuration that is set for the member account.MemberAdditionalConfigurationResult.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The timestamp at which the additional configuration was set for the member account.-
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
-
name
public final OrgFeatureAdditionalConfiguration name()
Indicates the name of the additional configuration that is set for the member account.
If the service returns an enum value that is not available in the current SDK version,
namewill returnOrgFeatureAdditionalConfiguration.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnameAsString().- Returns:
- Indicates the name of the additional configuration that is set for the member account.
- See Also:
OrgFeatureAdditionalConfiguration
-
nameAsString
public final String nameAsString()
Indicates the name of the additional configuration that is set for the member account.
If the service returns an enum value that is not available in the current SDK version,
namewill returnOrgFeatureAdditionalConfiguration.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnameAsString().- Returns:
- Indicates the name of the additional configuration that is set for the member account.
- See Also:
OrgFeatureAdditionalConfiguration
-
status
public final FeatureStatus status()
Indicates the status of the additional configuration that is set for the member account.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnFeatureStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Indicates the status of the additional configuration that is set for the member account.
- See Also:
FeatureStatus
-
statusAsString
public final String statusAsString()
Indicates the status of the additional configuration that is set for the member account.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnFeatureStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Indicates the status of the additional configuration that is set for the member account.
- See Also:
FeatureStatus
-
updatedAt
public final Instant updatedAt()
The timestamp at which the additional configuration was set for the member account. This is in UTC format.
- Returns:
- The timestamp at which the additional configuration was set for the member account. This is in UTC format.
-
toBuilder
public MemberAdditionalConfigurationResult.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MemberAdditionalConfigurationResult.Builder,MemberAdditionalConfigurationResult>
-
builder
public static MemberAdditionalConfigurationResult.Builder builder()
-
serializableBuilderClass
public static Class<? extends MemberAdditionalConfigurationResult.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.
-
-