Class MemberAccountEc2DeepInspectionStatusState
- java.lang.Object
-
- software.amazon.awssdk.services.inspector2.model.MemberAccountEc2DeepInspectionStatusState
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MemberAccountEc2DeepInspectionStatusState.Builder,MemberAccountEc2DeepInspectionStatusState>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMemberAccountEc2DeepInspectionStatusState.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 memberstatic MemberAccountEc2DeepInspectionStatusState.Builderbuilder()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 MemberAccountEc2DeepInspectionStatusState.Builder>serializableBuilderClass()Ec2DeepInspectionStatusstatus()The state of Amazon Inspector deep inspection in the member account.StringstatusAsString()The state of Amazon Inspector deep inspection in the member account.MemberAccountEc2DeepInspectionStatusState.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
- Returns:
- The unique identifier for the Amazon Web Services account of the organization member
-
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.
-
status
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,
statuswill returnEc2DeepInspectionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The state of Amazon Inspector deep inspection in the member account.
- See Also:
Ec2DeepInspectionStatus
-
statusAsString
public 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,
statuswill returnEc2DeepInspectionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The state of Amazon Inspector deep inspection in the member account.
- See Also:
Ec2DeepInspectionStatus
-
toBuilder
public MemberAccountEc2DeepInspectionStatusState.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MemberAccountEc2DeepInspectionStatusState.Builder,MemberAccountEc2DeepInspectionStatusState>
-
builder
public static MemberAccountEc2DeepInspectionStatusState.Builder builder()
-
serializableBuilderClass
public static Class<? extends MemberAccountEc2DeepInspectionStatusState.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.
-
-