@Generated(value="software.amazon.awssdk:codegen") public final class CreateAssetRevisionRequest extends DataZoneRequest implements ToCopyableBuilder<CreateAssetRevisionRequest.Builder,CreateAssetRevisionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateAssetRevisionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateAssetRevisionRequest.Builder |
builder() |
String |
clientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
String |
description()
The revised description of the asset.
|
String |
domainIdentifier()
The unique identifier of the domain where the asset is being revised.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<FormInput> |
formsInput()
The metadata forms to be attached to the asset as part of asset revision.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
List<String> |
glossaryTerms()
The glossary terms to be attached to the asset as part of asset revision.
|
boolean |
hasFormsInput()
For responses, this returns true if the service returned a value for the FormsInput property.
|
boolean |
hasGlossaryTerms()
For responses, this returns true if the service returned a value for the GlossaryTerms property.
|
int |
hashCode() |
String |
identifier()
The identifier of the asset.
|
String |
name()
Te revised name of the asset.
|
PredictionConfiguration |
predictionConfiguration()
The configuration of the automatically generated business-friendly metadata for the asset.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateAssetRevisionRequest.Builder> |
serializableBuilderClass() |
CreateAssetRevisionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
typeRevision()
The revision type of the asset.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientToken()
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
public final String description()
The revised description of the asset.
public final String domainIdentifier()
The unique identifier of the domain where the asset is being revised.
public final boolean hasFormsInput()
isEmpty() 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.public final List<FormInput> formsInput()
The metadata forms to be attached to the asset as part of asset revision.
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 hasFormsInput() method.
public final boolean hasGlossaryTerms()
isEmpty() 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.public final List<String> glossaryTerms()
The glossary terms to be attached to the asset as part of asset revision.
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 hasGlossaryTerms() method.
public final String identifier()
The identifier of the asset.
public final String name()
Te revised name of the asset.
public final PredictionConfiguration predictionConfiguration()
The configuration of the automatically generated business-friendly metadata for the asset.
public final String typeRevision()
The revision type of the asset.
public CreateAssetRevisionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateAssetRevisionRequest.Builder,CreateAssetRevisionRequest>toBuilder in class DataZoneRequestpublic static CreateAssetRevisionRequest.Builder builder()
public static Class<? extends CreateAssetRevisionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.