@Generated(value="software.amazon.awssdk:codegen") public final class FailedMemberAccountEc2DeepInspectionStatusState extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FailedMemberAccountEc2DeepInspectionStatusState.Builder,FailedMemberAccountEc2DeepInspectionStatusState>
An object that contains details about a member account in your organization that failed to activate Amazon Inspector deep inspection.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FailedMemberAccountEc2DeepInspectionStatusState.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The unique identifier for the Amazon Web Services account of the organization member that failed to activate
Amazon Inspector deep inspection.
|
static FailedMemberAccountEc2DeepInspectionStatusState.Builder |
builder() |
Status |
ec2ScanStatus()
The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.
|
String |
ec2ScanStatusAsString()
The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.
|
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 FailedMemberAccountEc2DeepInspectionStatusState.Builder> |
serializableBuilderClass() |
FailedMemberAccountEc2DeepInspectionStatusState.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 that failed to activate Amazon Inspector deep inspection.
public final Status ec2ScanStatus()
The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.
If the service returns an enum value that is not available in the current SDK version, ec2ScanStatus
will return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ec2ScanStatusAsString().
Statuspublic final String ec2ScanStatusAsString()
The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.
If the service returns an enum value that is not available in the current SDK version, ec2ScanStatus
will return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ec2ScanStatusAsString().
Statuspublic final String errorMessage()
The error message explaining why the account failed to activate Amazon Inspector deep inspection.
public FailedMemberAccountEc2DeepInspectionStatusState.Builder toBuilder()
public static FailedMemberAccountEc2DeepInspectionStatusState.Builder builder()
public static Class<? extends FailedMemberAccountEc2DeepInspectionStatusState.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.