Class DescribeDatasetResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse
-
- software.amazon.awssdk.services.iotsitewise.model.DescribeDatasetResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeDatasetResponse.Builder,DescribeDatasetResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeDatasetResponse extends IoTSiteWiseResponse implements ToCopyableBuilder<DescribeDatasetResponse.Builder,DescribeDatasetResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeDatasetResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeDatasetResponse.Builderbuilder()StringdatasetArn()The ARN of the dataset.InstantdatasetCreationDate()The dataset creation date, in Unix epoch time.StringdatasetDescription()A description about the dataset, and its functionality.StringdatasetId()The ID of the dataset.InstantdatasetLastUpdateDate()The date the dataset was last updated, in Unix epoch time.StringdatasetName()The name of the dataset.DatasetSourcedatasetSource()The data source for the dataset.DatasetStatusdatasetStatus()The status of the dataset.StringdatasetVersion()The version of the dataset.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribeDatasetResponse.Builder>serializableBuilderClass()DescribeDatasetResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse
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
-
datasetId
public final String datasetId()
The ID of the dataset.
- Returns:
- The ID of the dataset.
-
datasetArn
public final String datasetArn()
The ARN of the dataset. The format is
arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}.- Returns:
- The ARN of the
dataset. The format is
arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}.
-
datasetName
public final String datasetName()
The name of the dataset.
- Returns:
- The name of the dataset.
-
datasetDescription
public final String datasetDescription()
A description about the dataset, and its functionality.
- Returns:
- A description about the dataset, and its functionality.
-
datasetSource
public final DatasetSource datasetSource()
The data source for the dataset.
- Returns:
- The data source for the dataset.
-
datasetStatus
public final DatasetStatus datasetStatus()
The status of the dataset. This contains the state and any error messages. State is
CREATINGafter a successfull call to this API, and any associated error message. The state isACTIVEwhen ready to use.- Returns:
- The status of the dataset. This contains the state and any error messages. State is
CREATINGafter a successfull call to this API, and any associated error message. The state isACTIVEwhen ready to use.
-
datasetCreationDate
public final Instant datasetCreationDate()
The dataset creation date, in Unix epoch time.
- Returns:
- The dataset creation date, in Unix epoch time.
-
datasetLastUpdateDate
public final Instant datasetLastUpdateDate()
The date the dataset was last updated, in Unix epoch time.
- Returns:
- The date the dataset was last updated, in Unix epoch time.
-
datasetVersion
public final String datasetVersion()
The version of the dataset.
- Returns:
- The version of the dataset.
-
toBuilder
public DescribeDatasetResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeDatasetResponse.Builder,DescribeDatasetResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeDatasetResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeDatasetResponse.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
-
-