@Generated(value="software.amazon.awssdk:codegen") public final class MemberAccountEc2DeepInspectionStatusState extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MemberAccountEc2DeepInspectionStatusState.Builder,MemberAccountEc2DeepInspectionStatusState>
An object that contains details about the state of Amazon Inspector deep inspection for a member account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MemberAccountEc2DeepInspectionStatusState.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The unique identifier for the Amazon Web Services account of the organization member
|
static MemberAccountEc2DeepInspectionStatusState.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
The error message explaining why the account failed to activate Amazon Inspector deep inspection.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends MemberAccountEc2DeepInspectionStatusState.Builder> |
serializableBuilderClass() |
Ec2DeepInspectionStatus |
status()
The state of Amazon Inspector deep inspection in the member account.
|
String |
statusAsString()
The state of Amazon Inspector deep inspection in the member account.
|
MemberAccountEc2DeepInspectionStatusState.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The unique identifier for the Amazon Web Services account of the organization member
public final String errorMessage()
The error message explaining why the account failed to activate Amazon Inspector deep inspection.
public final Ec2DeepInspectionStatus status()
The state of Amazon Inspector deep inspection in the member account.
If the service returns an enum value that is not available in the current SDK version, status will
return Ec2DeepInspectionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
Ec2DeepInspectionStatuspublic final String statusAsString()
The state of Amazon Inspector deep inspection in the member account.
If the service returns an enum value that is not available in the current SDK version, status will
return Ec2DeepInspectionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
Ec2DeepInspectionStatuspublic MemberAccountEc2DeepInspectionStatusState.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MemberAccountEc2DeepInspectionStatusState.Builder,MemberAccountEc2DeepInspectionStatusState>public static MemberAccountEc2DeepInspectionStatusState.Builder builder()
public static Class<? extends MemberAccountEc2DeepInspectionStatusState.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.