Class GetDataSetDetailsResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.m2.model.M2Response
-
- software.amazon.awssdk.services.m2.model.GetDataSetDetailsResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetDataSetDetailsResponse.Builder,GetDataSetDetailsResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetDataSetDetailsResponse extends M2Response implements ToCopyableBuilder<GetDataSetDetailsResponse.Builder,GetDataSetDetailsResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetDataSetDetailsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Integerblocksize()The size of the block on disk.static GetDataSetDetailsResponse.Builderbuilder()InstantcreationTime()The timestamp when the data set was created.StringdataSetName()The name of the data set.DatasetDetailOrgAttributesdataSetOrg()The type of data set.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)LongfileSize()File size of the dataset.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastReferencedTime()The last time the data set was referenced.InstantlastUpdatedTime()The last time the data set was updated.Stringlocation()The location where the data set is stored.IntegerrecordLength()The length of records in the data set.List<SdkField<?>>sdkFields()static Class<? extends GetDataSetDetailsResponse.Builder>serializableBuilderClass()GetDataSetDetailsResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.m2.model.M2Response
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
-
blocksize
public final Integer blocksize()
The size of the block on disk.
- Returns:
- The size of the block on disk.
-
creationTime
public final Instant creationTime()
The timestamp when the data set was created.
- Returns:
- The timestamp when the data set was created.
-
dataSetName
public final String dataSetName()
The name of the data set.
- Returns:
- The name of the data set.
-
dataSetOrg
public final DatasetDetailOrgAttributes dataSetOrg()
The type of data set. The only supported value is VSAM.
- Returns:
- The type of data set. The only supported value is VSAM.
-
fileSize
public final Long fileSize()
File size of the dataset.
- Returns:
- File size of the dataset.
-
lastReferencedTime
public final Instant lastReferencedTime()
The last time the data set was referenced.
- Returns:
- The last time the data set was referenced.
-
lastUpdatedTime
public final Instant lastUpdatedTime()
The last time the data set was updated.
- Returns:
- The last time the data set was updated.
-
location
public final String location()
The location where the data set is stored.
- Returns:
- The location where the data set is stored.
-
recordLength
public final Integer recordLength()
The length of records in the data set.
- Returns:
- The length of records in the data set.
-
toBuilder
public GetDataSetDetailsResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetDataSetDetailsResponse.Builder,GetDataSetDetailsResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetDataSetDetailsResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetDataSetDetailsResponse.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
-
-