@Generated(value="software.amazon.awssdk:codegen") public final class ExportBundleResponse extends MobileResponse implements ToCopyableBuilder<ExportBundleResponse.Builder,ExportBundleResponse>
Result structure which contains link to download custom-generated SDK and tool packages used to integrate mobile web or app clients with backed AWS resources.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportBundleResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportBundleResponse.Builder |
builder() |
String |
downloadUrl()
URL which contains the custom-generated SDK and tool packages used to integrate the client mobile app or web app
with the AWS resources created by the AWS Mobile Hub project.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportBundleResponse.Builder> |
serializableBuilderClass() |
ExportBundleResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String downloadUrl()
URL which contains the custom-generated SDK and tool packages used to integrate the client mobile app or web app with the AWS resources created by the AWS Mobile Hub project.
public ExportBundleResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportBundleResponse.Builder,ExportBundleResponse>toBuilder in class AwsResponsepublic static ExportBundleResponse.Builder builder()
public static Class<? extends ExportBundleResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.