Class GetTypeResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.keyspaces.model.KeyspacesResponse
-
- software.amazon.awssdk.services.keyspaces.model.GetTypeResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetTypeResponse.Builder,GetTypeResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetTypeResponse extends KeyspacesResponse implements ToCopyableBuilder<GetTypeResponse.Builder,GetTypeResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetTypeResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetTypeResponse.Builderbuilder()List<String>directParentTypes()The types that use this type.List<String>directReferringTables()The tables that use this type.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)List<FieldDefinition>fieldDefinitions()The names and types that define this type.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasDirectParentTypes()For responses, this returns true if the service returned a value for the DirectParentTypes property.booleanhasDirectReferringTables()For responses, this returns true if the service returned a value for the DirectReferringTables property.booleanhasFieldDefinitions()For responses, this returns true if the service returned a value for the FieldDefinitions property.inthashCode()StringkeyspaceArn()The unique identifier of the keyspace that contains this type in the format of an Amazon Resource Name (ARN).StringkeyspaceName()The name of the keyspace that contains this type.InstantlastModifiedTimestamp()The timestamp that shows when this type was last modified.IntegermaxNestingDepth()The level of nesting implemented for this type.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetTypeResponse.Builder>serializableBuilderClass()TypeStatusstatus()The status of this type.StringstatusAsString()The status of this type.GetTypeResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtypeName()The name of the type.-
Methods inherited from class software.amazon.awssdk.services.keyspaces.model.KeyspacesResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
keyspaceName
public final String keyspaceName()
The name of the keyspace that contains this type.
- Returns:
- The name of the keyspace that contains this type.
-
typeName
public final String typeName()
The name of the type.
- Returns:
- The name of the type.
-
hasFieldDefinitions
public final boolean hasFieldDefinitions()
For responses, this returns true if the service returned a value for the FieldDefinitions property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
fieldDefinitions
public final List<FieldDefinition> fieldDefinitions()
The names and types that define this type.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasFieldDefinitions()method.- Returns:
- The names and types that define this type.
-
lastModifiedTimestamp
public final Instant lastModifiedTimestamp()
The timestamp that shows when this type was last modified.
- Returns:
- The timestamp that shows when this type was last modified.
-
status
public final TypeStatus status()
The status of this type.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTypeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of this type.
- See Also:
TypeStatus
-
statusAsString
public final String statusAsString()
The status of this type.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTypeStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of this type.
- See Also:
TypeStatus
-
hasDirectReferringTables
public final boolean hasDirectReferringTables()
For responses, this returns true if the service returned a value for the DirectReferringTables property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
directReferringTables
public final List<String> directReferringTables()
The tables that use this type.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasDirectReferringTables()method.- Returns:
- The tables that use this type.
-
hasDirectParentTypes
public final boolean hasDirectParentTypes()
For responses, this returns true if the service returned a value for the DirectParentTypes property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
directParentTypes
public final List<String> directParentTypes()
The types that use this type.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasDirectParentTypes()method.- Returns:
- The types that use this type.
-
maxNestingDepth
public final Integer maxNestingDepth()
The level of nesting implemented for this type.
- Returns:
- The level of nesting implemented for this type.
-
keyspaceArn
public final String keyspaceArn()
The unique identifier of the keyspace that contains this type in the format of an Amazon Resource Name (ARN).
- Returns:
- The unique identifier of the keyspace that contains this type in the format of an Amazon Resource Name (ARN).
-
toBuilder
public GetTypeResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetTypeResponse.Builder,GetTypeResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetTypeResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetTypeResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-