@Generated(value="software.amazon.awssdk:codegen") public final class GetExportRequest extends LexModelBuildingRequest implements ToCopyableBuilder<GetExportRequest.Builder,GetExportRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetExportRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetExportRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ExportType |
exportType()
The format of the exported data.
|
String |
exportTypeAsString()
The format of the exported data.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the bot to export.
|
ResourceType |
resourceType()
The type of resource to export.
|
String |
resourceTypeAsString()
The type of resource to export.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetExportRequest.Builder> |
serializableBuilderClass() |
GetExportRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The version of the bot to export.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the bot to export.
public final String version()
The version of the bot to export.
public final ResourceType resourceType()
The type of resource to export.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic final String resourceTypeAsString()
The type of resource to export.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic final ExportType exportType()
The format of the exported data.
If the service returns an enum value that is not available in the current SDK version, exportType will
return ExportType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
exportTypeAsString().
ExportTypepublic final String exportTypeAsString()
The format of the exported data.
If the service returns an enum value that is not available in the current SDK version, exportType will
return ExportType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
exportTypeAsString().
ExportTypepublic GetExportRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetExportRequest.Builder,GetExportRequest>toBuilder in class LexModelBuildingRequestpublic static GetExportRequest.Builder builder()
public static Class<? extends GetExportRequest.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 © 2021. All rights reserved.