@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDataSetResponse extends DataExchangeResponse implements ToCopyableBuilder<UpdateDataSetResponse.Builder,UpdateDataSetResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateDataSetResponse.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The ARN for the data set.
|
AssetType |
assetType()
The type of file your data is stored in.
|
String |
assetTypeAsString()
The type of file your data is stored in.
|
static UpdateDataSetResponse.Builder |
builder() |
Instant |
createdAt()
The date and time that the data set was created, in ISO 8601 format.
|
String |
description()
The description for the data set.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier for the data set.
|
String |
name()
The name of the data set.
|
Origin |
origin()
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
String |
originAsString()
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for
subscribers).
|
OriginDetails |
originDetails()
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDataSetResponse.Builder> |
serializableBuilderClass() |
String |
sourceId()
The data set ID of the owned data set corresponding to the entitled data set being viewed.
|
UpdateDataSetResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The date and time that the data set was last updated, in ISO 8601 format.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String arn()
The ARN for the data set.
public final AssetType assetType()
The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.
If the service returns an enum value that is not available in the current SDK version, assetType
will
return AssetType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
assetTypeAsString()
.
AssetType
public final String assetTypeAsString()
The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.
If the service returns an enum value that is not available in the current SDK version, assetType
will
return AssetType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
assetTypeAsString()
.
AssetType
public final Instant createdAt()
The date and time that the data set was created, in ISO 8601 format.
public final String description()
The description for the data set.
public final String id()
The unique identifier for the data set.
public final String name()
The name of the data set.
public final Origin origin()
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
If the service returns an enum value that is not available in the current SDK version, origin
will
return Origin.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
originAsString()
.
Origin
public final String originAsString()
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
If the service returns an enum value that is not available in the current SDK version, origin
will
return Origin.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
originAsString()
.
Origin
public final OriginDetails originDetails()
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
public final String sourceId()
The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.
public final Instant updatedAt()
The date and time that the data set was last updated, in ISO 8601 format.
public UpdateDataSetResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UpdateDataSetResponse.Builder,UpdateDataSetResponse>
toBuilder
in class AwsResponse
public static UpdateDataSetResponse.Builder builder()
public static Class<? extends UpdateDataSetResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2021. All rights reserved.