Class Master
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.Master
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Master.Builder,Master>
@Generated("software.amazon.awssdk:codegen") public final class Master extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Master.Builder,Master>
Contains information about the administrator account and invitation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMaster.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The ID of the account used as the administrator account.static Master.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinvitationId()The value used to validate the administrator account to the member account.StringinvitedAt()The timestamp when the invitation was sent.StringrelationshipStatus()The status of the relationship between the administrator and member accounts.List<SdkField<?>>sdkFields()static Class<? extends Master.Builder>serializableBuilderClass()Master.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 ID of the account used as the administrator account.
- Returns:
- The ID of the account used as the administrator account.
-
invitationId
public final String invitationId()
The value used to validate the administrator account to the member account.
- Returns:
- The value used to validate the administrator account to the member account.
-
relationshipStatus
public final String relationshipStatus()
The status of the relationship between the administrator and member accounts.
- Returns:
- The status of the relationship between the administrator and member accounts.
-
invitedAt
public final String invitedAt()
The timestamp when the invitation was sent.
- Returns:
- The timestamp when the invitation was sent.
-
toBuilder
public Master.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Master.Builder,Master>
-
builder
public static Master.Builder builder()
-
serializableBuilderClass
public static Class<? extends Master.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.
-
-