@Generated(value="software.amazon.awssdk:codegen") public final class GetAssetTypeRequest extends DataZoneRequest implements ToCopyableBuilder<GetAssetTypeRequest.Builder,GetAssetTypeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetAssetTypeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetAssetTypeRequest.Builder |
builder() |
String |
domainIdentifier()
The ID of the Amazon DataZone domain in which the asset type exists.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identifier()
The ID of the asset type.
|
String |
revision()
The revision of the asset type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetAssetTypeRequest.Builder> |
serializableBuilderClass() |
GetAssetTypeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainIdentifier()
The ID of the Amazon DataZone domain in which the asset type exists.
public final String identifier()
The ID of the asset type.
public final String revision()
The revision of the asset type.
public GetAssetTypeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetAssetTypeRequest.Builder,GetAssetTypeRequest>toBuilder in class DataZoneRequestpublic static GetAssetTypeRequest.Builder builder()
public static Class<? extends GetAssetTypeRequest.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.