@Generated(value="software.amazon.awssdk:codegen") public final class ExportProjectResponse extends MobileResponse implements ToCopyableBuilder<ExportProjectResponse.Builder,ExportProjectResponse>
Result structure used for requests to export project configuration details.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportProjectResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportProjectResponse.Builder |
builder() |
String |
downloadUrl()
URL which can be used to download the exported project configuation file(s).
|
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 ExportProjectResponse.Builder> |
serializableBuilderClass() |
String |
shareUrl()
URL which can be shared to allow other AWS users to create their own project in AWS Mobile Hub with the same
configuration as the specified project.
|
String |
snapshotId()
Unique identifier for the exported snapshot of the project configuration.
|
ExportProjectResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String downloadUrl()
URL which can be used to download the exported project configuation file(s).
public String shareUrl()
URL which can be shared to allow other AWS users to create their own project in AWS Mobile Hub with the same configuration as the specified project. This URL pertains to a snapshot in time of the project configuration that is created when this API is called. If you want to share additional changes to your project configuration, then you will need to create and share a new snapshot by calling this method again.
public String snapshotId()
Unique identifier for the exported snapshot of the project configuration. This snapshot identifier is included in the share URL.
public ExportProjectResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportProjectResponse.Builder,ExportProjectResponse>toBuilder in class AwsResponsepublic static ExportProjectResponse.Builder builder()
public static Class<? extends ExportProjectResponse.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 © 2020. All rights reserved.