Class Member
- java.lang.Object
-
- software.amazon.awssdk.services.inspector2.model.Member
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Member.Builder,Member>
@Generated("software.amazon.awssdk:codegen") public final class Member extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Member.Builder,Member>
Details on a member account in your organization.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMember.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The Amazon Web Services account ID of the member account.static Member.Builderbuilder()StringdelegatedAdminAccountId()The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()RelationshipStatusrelationshipStatus()The status of the member account.StringrelationshipStatusAsString()The status of the member account.List<SdkField<?>>sdkFields()static Class<? extends Member.Builder>serializableBuilderClass()Member.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()A timestamp showing when the status of this member was last updated.-
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 Amazon Web Services account ID of the member account.
- Returns:
- The Amazon Web Services account ID of the member account.
-
delegatedAdminAccountId
public final String delegatedAdminAccountId()
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.
- Returns:
- The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.
-
relationshipStatus
public final RelationshipStatus relationshipStatus()
The status of the member account.
If the service returns an enum value that is not available in the current SDK version,
relationshipStatuswill returnRelationshipStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrelationshipStatusAsString().- Returns:
- The status of the member account.
- See Also:
RelationshipStatus
-
relationshipStatusAsString
public final String relationshipStatusAsString()
The status of the member account.
If the service returns an enum value that is not available in the current SDK version,
relationshipStatuswill returnRelationshipStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrelationshipStatusAsString().- Returns:
- The status of the member account.
- See Also:
RelationshipStatus
-
updatedAt
public final Instant updatedAt()
A timestamp showing when the status of this member was last updated.
- Returns:
- A timestamp showing when the status of this member was last updated.
-
toBuilder
public Member.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Member.Builder,Member>
-
builder
public static Member.Builder builder()
-
serializableBuilderClass
public static Class<? extends Member.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.
-
-