@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 String bundleId()
Unique bundle identifier.
public String projectId()
Unique project identifier.
public 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 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.