@Generated(value="software.amazon.awssdk:codegen") public final class ExportBundleRequest extends MobileRequest implements ToCopyableBuilder<ExportBundleRequest.Builder,ExportBundleRequest>
Request structure used to request generation of custom SDK and tool packages required to integrate mobile web or app clients with backed AWS resources.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportBundleRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportBundleRequest.Builder |
builder() |
String |
bundleId()
Unique bundle identifier.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Platform |
platform()
Developer desktop or target application platform.
|
String |
platformAsString()
Developer desktop or target application platform.
|
String |
projectId()
Unique project identifier.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportBundleRequest.Builder> |
serializableBuilderClass() |
ExportBundleRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bundleId()
Unique bundle identifier.
public final String projectId()
Unique project identifier.
public final Platform platform()
Developer desktop or target application platform.
If the service returns an enum value that is not available in the current SDK version, platform will
return Platform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
platformAsString().
Platformpublic final String platformAsString()
Developer desktop or target application platform.
If the service returns an enum value that is not available in the current SDK version, platform will
return Platform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
platformAsString().
Platformpublic ExportBundleRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportBundleRequest.Builder,ExportBundleRequest>toBuilder in class MobileRequestpublic static ExportBundleRequest.Builder builder()
public static Class<? extends ExportBundleRequest.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 © 2022. All rights reserved.