@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateUploadUrlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateUploadUrlResult () |
| Modifier and Type | Method and Description |
|---|---|
CreateUploadUrlResult |
clone () |
boolean |
equals (Object obj) |
String |
getImportId ()
An identifier for a unique import job.
|
String |
getUploadUrl ()
A pre-signed S3 write URL.
|
int |
hashCode () |
void |
setImportId (String importId)
An identifier for a unique import job.
|
void |
setUploadUrl (String uploadUrl)
A pre-signed S3 write URL.
|
String |
toString ()
Returns a string representation of this object.
|
CreateUploadUrlResult |
withImportId (String importId)
An identifier for a unique import job.
|
CreateUploadUrlResult |
withUploadUrl (String uploadUrl)
A pre-signed S3 write URL.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public CreateUploadUrlResult()
public void setImportId(String importId)
An identifier for a unique import job. Use it when you call the StartImport operation.
importId - An identifier for a unique import job. Use it when you call the StartImport
operation.public String getImportId()
An identifier for a unique import job. Use it when you call the StartImport operation.
public CreateUploadUrlResult withImportId(String importId)
An identifier for a unique import job. Use it when you call the StartImport operation.
importId - An identifier for a unique import job. Use it when you call the StartImport
operation.public void setUploadUrl(String uploadUrl)
A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot locale.
uploadUrl - A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot
locale.public String getUploadUrl()
A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot locale.
public CreateUploadUrlResult withUploadUrl(String uploadUrl)
A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot locale.
uploadUrl - A pre-signed S3 write URL. Upload the zip archive file that contains the definition of your bot or bot
locale.public String toString()
toString in class Object Object.toString() public CreateUploadUrlResult clone()