@Generated(value="software.amazon.awssdk:codegen") public final class AccountState extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountState.Builder,AccountState>
An object with details the status of an Amazon Web Services account within your Amazon Inspector environment
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccountState.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The Amazon Web Services account ID.
|
static AccountState.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ResourceState |
resourceState()
An object detailing which resources Amazon Inspector is enabled to scan for the account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccountState.Builder> |
serializableBuilderClass() |
State |
state()
An object detailing the status of Amazon Inspector for the account.
|
AccountState.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.
public final ResourceState resourceState()
An object detailing which resources Amazon Inspector is enabled to scan for the account.
public final State state()
An object detailing the status of Amazon Inspector for the account.
public AccountState.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccountState.Builder,AccountState>public static AccountState.Builder builder()
public static Class<? extends AccountState.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.