Class PolicyGrantMember
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.PolicyGrantMember
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PolicyGrantMember.Builder,PolicyGrantMember>
@Generated("software.amazon.awssdk:codegen") public final class PolicyGrantMember extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PolicyGrantMember.Builder,PolicyGrantMember>
A member of the policy grant list.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePolicyGrantMember.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PolicyGrantMember.Builderbuilder()InstantcreatedAt()Specifies the timestamp at which policy grant member was created.StringcreatedBy()Specifies the user who created the policy grant member.PolicyGrantDetaildetail()The details of the policy grant member.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PolicyGrantPrincipalprincipal()The principal of the policy grant member.List<SdkField<?>>sdkFields()static Class<? extends PolicyGrantMember.Builder>serializableBuilderClass()PolicyGrantMember.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
-
createdAt
public final Instant createdAt()
Specifies the timestamp at which policy grant member was created.
- Returns:
- Specifies the timestamp at which policy grant member was created.
-
createdBy
public final String createdBy()
Specifies the user who created the policy grant member.
- Returns:
- Specifies the user who created the policy grant member.
-
detail
public final PolicyGrantDetail detail()
The details of the policy grant member.
- Returns:
- The details of the policy grant member.
-
principal
public final PolicyGrantPrincipal principal()
The principal of the policy grant member.
- Returns:
- The principal of the policy grant member.
-
toBuilder
public PolicyGrantMember.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PolicyGrantMember.Builder,PolicyGrantMember>
-
builder
public static PolicyGrantMember.Builder builder()
-
serializableBuilderClass
public static Class<? extends PolicyGrantMember.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.
-
-