@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) |
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 String name()
The name of the bot to export.
public String version()
The version of the bot to export.
public 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 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 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 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 String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.