@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportBundleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
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.
Constructor and Description |
---|
ExportBundleResult() |
Modifier and Type | Method and Description |
---|---|
ExportBundleResult |
clone() |
boolean |
equals(Object obj) |
String |
getDownloadUrl()
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.
|
int |
hashCode() |
void |
setDownloadUrl(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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ExportBundleResult |
withDownloadUrl(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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDownloadUrl(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.
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 String getDownloadUrl()
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 ExportBundleResult withDownloadUrl(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.
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 String toString()
toString
in class Object
Object.toString()
public ExportBundleResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.