Class SelfGrantStatusDetail
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.SelfGrantStatusDetail
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SelfGrantStatusDetail.Builder,SelfGrantStatusDetail>
@Generated("software.amazon.awssdk:codegen") public final class SelfGrantStatusDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SelfGrantStatusDetail.Builder,SelfGrantStatusDetail>
The details for the self granting status.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSelfGrantStatusDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SelfGrantStatusDetail.Builderbuilder()StringdatabaseName()The name of the database used for the data source.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfailureCause()The reason for why the operation failed.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringschemaName()The name of the schema used in the data source.List<SdkField<?>>sdkFields()static Class<? extends SelfGrantStatusDetail.Builder>serializableBuilderClass()SelfGrantStatusstatus()The self granting status of the data source.StringstatusAsString()The self granting status of the data source.SelfGrantStatusDetail.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
-
databaseName
public final String databaseName()
The name of the database used for the data source.
- Returns:
- The name of the database used for the data source.
-
failureCause
public final String failureCause()
The reason for why the operation failed.
- Returns:
- The reason for why the operation failed.
-
schemaName
public final String schemaName()
The name of the schema used in the data source.
- Returns:
- The name of the schema used in the data source.
-
status
public final SelfGrantStatus status()
The self granting status of the data source.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnSelfGrantStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The self granting status of the data source.
- See Also:
SelfGrantStatus
-
statusAsString
public final String statusAsString()
The self granting status of the data source.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnSelfGrantStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The self granting status of the data source.
- See Also:
SelfGrantStatus
-
toBuilder
public SelfGrantStatusDetail.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SelfGrantStatusDetail.Builder,SelfGrantStatusDetail>
-
builder
public static SelfGrantStatusDetail.Builder builder()
-
serializableBuilderClass
public static Class<? extends SelfGrantStatusDetail.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.
-
-