Class ProjectPolicyGrantPrincipal
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.ProjectPolicyGrantPrincipal
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProjectPolicyGrantPrincipal.Builder,ProjectPolicyGrantPrincipal>
@Generated("software.amazon.awssdk:codegen") public final class ProjectPolicyGrantPrincipal extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProjectPolicyGrantPrincipal.Builder,ProjectPolicyGrantPrincipal>
The project policy grant principal.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProjectPolicyGrantPrincipal.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProjectPolicyGrantPrincipal.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ProjectDesignationprojectDesignation()The project designation of the project policy grant principal.StringprojectDesignationAsString()The project designation of the project policy grant principal.ProjectGrantFilterprojectGrantFilter()The project grant filter of the project policy grant principal.StringprojectIdentifier()The project ID of the project policy grant principal.List<SdkField<?>>sdkFields()static Class<? extends ProjectPolicyGrantPrincipal.Builder>serializableBuilderClass()ProjectPolicyGrantPrincipal.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
-
projectDesignation
public final ProjectDesignation projectDesignation()
The project designation of the project policy grant principal.
If the service returns an enum value that is not available in the current SDK version,
projectDesignationwill returnProjectDesignation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprojectDesignationAsString().- Returns:
- The project designation of the project policy grant principal.
- See Also:
ProjectDesignation
-
projectDesignationAsString
public final String projectDesignationAsString()
The project designation of the project policy grant principal.
If the service returns an enum value that is not available in the current SDK version,
projectDesignationwill returnProjectDesignation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprojectDesignationAsString().- Returns:
- The project designation of the project policy grant principal.
- See Also:
ProjectDesignation
-
projectGrantFilter
public final ProjectGrantFilter projectGrantFilter()
The project grant filter of the project policy grant principal.
- Returns:
- The project grant filter of the project policy grant principal.
-
projectIdentifier
public final String projectIdentifier()
The project ID of the project policy grant principal.
- Returns:
- The project ID of the project policy grant principal.
-
toBuilder
public ProjectPolicyGrantPrincipal.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProjectPolicyGrantPrincipal.Builder,ProjectPolicyGrantPrincipal>
-
builder
public static ProjectPolicyGrantPrincipal.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProjectPolicyGrantPrincipal.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.
-
-