@Generated(value="software.amazon.awssdk:codegen") public final class DelegatedAdminAccount extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DelegatedAdminAccount.Builder,DelegatedAdminAccount>
Details of the Amazon Inspector delegated administrator for your organization.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DelegatedAdminAccount.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for your organization.
|
static DelegatedAdminAccount.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DelegatedAdminAccount.Builder> |
serializableBuilderClass() |
DelegatedAdminStatus |
status()
The status of the Amazon Inspector delegated administrator.
|
String |
statusAsString()
The status of the Amazon Inspector delegated administrator.
|
DelegatedAdminAccount.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for your organization.
public final DelegatedAdminStatus status()
The status of the Amazon Inspector delegated administrator.
If the service returns an enum value that is not available in the current SDK version, status will
return DelegatedAdminStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
DelegatedAdminStatuspublic final String statusAsString()
The status of the Amazon Inspector delegated administrator.
If the service returns an enum value that is not available in the current SDK version, status will
return DelegatedAdminStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
DelegatedAdminStatuspublic DelegatedAdminAccount.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DelegatedAdminAccount.Builder,DelegatedAdminAccount>public static DelegatedAdminAccount.Builder builder()
public static Class<? extends DelegatedAdminAccount.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.