@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDeploymentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Result structure for create a new deployment.
Constructor and Description |
---|
CreateDeploymentResult() |
Modifier and Type | Method and Description |
---|---|
CreateDeploymentResult |
addFileUploadUrlsEntry(String key,
String value) |
CreateDeploymentResult |
clearFileUploadUrlsEntries()
Removes all the entries added into FileUploadUrls.
|
CreateDeploymentResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getFileUploadUrls()
When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to
upload url.
|
String |
getJobId()
The jobId for this deployment, will supply to start deployment api.
|
String |
getZipUploadUrl()
When the fileMap argument is NOT provided.
|
int |
hashCode() |
void |
setFileUploadUrls(Map<String,String> fileUploadUrls)
When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to
upload url.
|
void |
setJobId(String jobId)
The jobId for this deployment, will supply to start deployment api.
|
void |
setZipUploadUrl(String zipUploadUrl)
When the fileMap argument is NOT provided.
|
String |
toString()
Returns a string representation of this object.
|
CreateDeploymentResult |
withFileUploadUrls(Map<String,String> fileUploadUrls)
When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to
upload url.
|
CreateDeploymentResult |
withJobId(String jobId)
The jobId for this deployment, will supply to start deployment api.
|
CreateDeploymentResult |
withZipUploadUrl(String zipUploadUrl)
When the fileMap argument is NOT provided.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobId(String jobId)
The jobId for this deployment, will supply to start deployment api.
jobId
- The jobId for this deployment, will supply to start deployment api.public String getJobId()
The jobId for this deployment, will supply to start deployment api.
public CreateDeploymentResult withJobId(String jobId)
The jobId for this deployment, will supply to start deployment api.
jobId
- The jobId for this deployment, will supply to start deployment api.public Map<String,String> getFileUploadUrls()
When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.
public void setFileUploadUrls(Map<String,String> fileUploadUrls)
When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.
fileUploadUrls
- When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names
to upload url.public CreateDeploymentResult withFileUploadUrls(Map<String,String> fileUploadUrls)
When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names to upload url.
fileUploadUrls
- When the fileMap argument is provided in the request, the fileUploadUrls will contain a map of file names
to upload url.public CreateDeploymentResult addFileUploadUrlsEntry(String key, String value)
public CreateDeploymentResult clearFileUploadUrlsEntries()
public void setZipUploadUrl(String zipUploadUrl)
When the fileMap argument is NOT provided. This zipUploadUrl will be returned.
zipUploadUrl
- When the fileMap argument is NOT provided. This zipUploadUrl will be returned.public String getZipUploadUrl()
When the fileMap argument is NOT provided. This zipUploadUrl will be returned.
public CreateDeploymentResult withZipUploadUrl(String zipUploadUrl)
When the fileMap argument is NOT provided. This zipUploadUrl will be returned.
zipUploadUrl
- When the fileMap argument is NOT provided. This zipUploadUrl will be returned.public String toString()
toString
in class Object
Object.toString()
public CreateDeploymentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.