Class FailedMemberAccountEc2DeepInspectionStatusState
- java.lang.Object
-
- software.amazon.awssdk.services.inspector2.model.FailedMemberAccountEc2DeepInspectionStatusState
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FailedMemberAccountEc2DeepInspectionStatusState.Builder,FailedMemberAccountEc2DeepInspectionStatusState>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFailedMemberAccountEc2DeepInspectionStatusState.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The unique identifier for the Amazon Web Services account of the organization member that failed to activate Amazon Inspector deep inspection.static FailedMemberAccountEc2DeepInspectionStatusState.Builderbuilder()Statusec2ScanStatus()The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.Stringec2ScanStatusAsString()The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorMessage()The error message explaining why the account failed to activate Amazon Inspector deep inspection.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FailedMemberAccountEc2DeepInspectionStatusState.Builder>serializableBuilderClass()FailedMemberAccountEc2DeepInspectionStatusState.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
-
accountId
public final String accountId()
The unique identifier for the Amazon Web Services account of the organization member that failed to activate Amazon Inspector deep inspection.
- Returns:
- The unique identifier for the Amazon Web Services account of the organization member that failed to activate Amazon Inspector deep inspection.
-
ec2ScanStatus
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,
ec2ScanStatuswill returnStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromec2ScanStatusAsString().- Returns:
- The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.
- See Also:
Status
-
ec2ScanStatusAsString
public 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,
ec2ScanStatuswill returnStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromec2ScanStatusAsString().- Returns:
- The status of EC2 scanning in the account that failed to activate Amazon Inspector deep inspection.
- See Also:
Status
-
errorMessage
public final String errorMessage()
The error message explaining why the account failed to activate Amazon Inspector deep inspection.
- Returns:
- The error message explaining why the account failed to activate Amazon Inspector deep inspection.
-
toBuilder
public FailedMemberAccountEc2DeepInspectionStatusState.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FailedMemberAccountEc2DeepInspectionStatusState.Builder,FailedMemberAccountEc2DeepInspectionStatusState>
-
builder
public static FailedMemberAccountEc2DeepInspectionStatusState.Builder builder()
-
serializableBuilderClass
public static Class<? extends FailedMemberAccountEc2DeepInspectionStatusState.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.
-
-