Class Principal
java.lang.Object
software.amazon.awssdk.services.ram.model.Principal
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Principal.Builder,Principal>
@Generated("software.amazon.awssdk:codegen")
public final class Principal
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<Principal.Builder,Principal>
Describes a principal for use with Resource Access Manager.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Principal.Builderbuilder()final InstantThe date and time when the principal was associated with the resource share.final booleanfinal booleanequalsBySdkFields(Object obj) final Booleanexternal()Indicates the relationship between the Amazon Web Services account the principal belongs to and the account that owns the resource share:final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringid()The ID of the principal that can be associated with a resource share.final InstantThe date and time when the association between the resource share and the principal was last updated.final StringThe Amazon Resource Name (ARN) of a resource share the principal is associated with.static Class<? extends Principal.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
id
The ID of the principal that can be associated with a resource share.
- Returns:
- The ID of the principal that can be associated with a resource share.
-
creationTime
The date and time when the principal was associated with the resource share.
- Returns:
- The date and time when the principal was associated with the resource share.
-
lastUpdatedTime
The date and time when the association between the resource share and the principal was last updated.
- Returns:
- The date and time when the association between the resource share and the principal was last updated.
-
external
Indicates the relationship between the Amazon Web Services account the principal belongs to and the account that owns the resource share:
-
True– The two accounts belong to same organization. -
False– The two accounts do not belong to the same organization.
- Returns:
- Indicates the relationship between the Amazon Web Services account the principal belongs to and the
account that owns the resource share:
-
True– The two accounts belong to same organization. -
False– The two accounts do not belong to the same organization.
-
-
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<Principal.Builder,Principal>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-