Class AdminAccount
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.AdminAccount
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AdminAccount.Builder,AdminAccount>
@Generated("software.amazon.awssdk:codegen") public final class AdminAccount extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AdminAccount.Builder,AdminAccount>
The account within the organization specified as the GuardDuty delegated administrator.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAdminAccount.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringadminAccountId()The Amazon Web Services account ID for the account.AdminStatusadminStatus()Indicates whether the account is enabled as the delegated administrator.StringadminStatusAsString()Indicates whether the account is enabled as the delegated administrator.static AdminAccount.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AdminAccount.Builder>serializableBuilderClass()AdminAccount.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
-
adminAccountId
public final String adminAccountId()
The Amazon Web Services account ID for the account.
- Returns:
- The Amazon Web Services account ID for the account.
-
adminStatus
public final AdminStatus adminStatus()
Indicates whether the account is enabled as the delegated administrator.
If the service returns an enum value that is not available in the current SDK version,
adminStatuswill returnAdminStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromadminStatusAsString().- Returns:
- Indicates whether the account is enabled as the delegated administrator.
- See Also:
AdminStatus
-
adminStatusAsString
public final String adminStatusAsString()
Indicates whether the account is enabled as the delegated administrator.
If the service returns an enum value that is not available in the current SDK version,
adminStatuswill returnAdminStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromadminStatusAsString().- Returns:
- Indicates whether the account is enabled as the delegated administrator.
- See Also:
AdminStatus
-
toBuilder
public AdminAccount.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AdminAccount.Builder,AdminAccount>
-
builder
public static AdminAccount.Builder builder()
-
serializableBuilderClass
public static Class<? extends AdminAccount.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.
-
-