@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBulkDeploymentStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetBulkDeploymentStatusResult() |
Modifier and Type | Method and Description |
---|---|
GetBulkDeploymentStatusResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetBulkDeploymentStatusResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetBulkDeploymentStatusResult |
clone() |
boolean |
equals(Object obj) |
BulkDeploymentMetrics |
getBulkDeploymentMetrics()
Relevant metrics on input records processed during bulk deployment.
|
String |
getBulkDeploymentStatus()
The status of the bulk deployment.
|
String |
getCreatedAt()
The time, in ISO format, when the deployment was created.
|
List<ErrorDetail> |
getErrorDetails()
Error details
|
String |
getErrorMessage()
Error message
|
Map<String,String> |
getTags()
Tag(s) attached to the resource arn.
|
int |
hashCode() |
void |
setBulkDeploymentMetrics(BulkDeploymentMetrics bulkDeploymentMetrics)
Relevant metrics on input records processed during bulk deployment.
|
void |
setBulkDeploymentStatus(String bulkDeploymentStatus)
The status of the bulk deployment.
|
void |
setCreatedAt(String createdAt)
The time, in ISO format, when the deployment was created.
|
void |
setErrorDetails(Collection<ErrorDetail> errorDetails)
Error details
|
void |
setErrorMessage(String errorMessage)
Error message
|
void |
setTags(Map<String,String> tags)
Tag(s) attached to the resource arn.
|
String |
toString()
Returns a string representation of this object.
|
GetBulkDeploymentStatusResult |
withBulkDeploymentMetrics(BulkDeploymentMetrics bulkDeploymentMetrics)
Relevant metrics on input records processed during bulk deployment.
|
GetBulkDeploymentStatusResult |
withBulkDeploymentStatus(BulkDeploymentStatus bulkDeploymentStatus)
The status of the bulk deployment.
|
GetBulkDeploymentStatusResult |
withBulkDeploymentStatus(String bulkDeploymentStatus)
The status of the bulk deployment.
|
GetBulkDeploymentStatusResult |
withCreatedAt(String createdAt)
The time, in ISO format, when the deployment was created.
|
GetBulkDeploymentStatusResult |
withErrorDetails(Collection<ErrorDetail> errorDetails)
Error details
|
GetBulkDeploymentStatusResult |
withErrorDetails(ErrorDetail... errorDetails)
Error details
|
GetBulkDeploymentStatusResult |
withErrorMessage(String errorMessage)
Error message
|
GetBulkDeploymentStatusResult |
withTags(Map<String,String> tags)
Tag(s) attached to the resource arn.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBulkDeploymentMetrics(BulkDeploymentMetrics bulkDeploymentMetrics)
bulkDeploymentMetrics
- Relevant metrics on input records processed during bulk deployment.public BulkDeploymentMetrics getBulkDeploymentMetrics()
public GetBulkDeploymentStatusResult withBulkDeploymentMetrics(BulkDeploymentMetrics bulkDeploymentMetrics)
bulkDeploymentMetrics
- Relevant metrics on input records processed during bulk deployment.public void setBulkDeploymentStatus(String bulkDeploymentStatus)
bulkDeploymentStatus
- The status of the bulk deployment.BulkDeploymentStatus
public String getBulkDeploymentStatus()
BulkDeploymentStatus
public GetBulkDeploymentStatusResult withBulkDeploymentStatus(String bulkDeploymentStatus)
bulkDeploymentStatus
- The status of the bulk deployment.BulkDeploymentStatus
public GetBulkDeploymentStatusResult withBulkDeploymentStatus(BulkDeploymentStatus bulkDeploymentStatus)
bulkDeploymentStatus
- The status of the bulk deployment.BulkDeploymentStatus
public void setCreatedAt(String createdAt)
createdAt
- The time, in ISO format, when the deployment was created.public String getCreatedAt()
public GetBulkDeploymentStatusResult withCreatedAt(String createdAt)
createdAt
- The time, in ISO format, when the deployment was created.public List<ErrorDetail> getErrorDetails()
public void setErrorDetails(Collection<ErrorDetail> errorDetails)
errorDetails
- Error detailspublic GetBulkDeploymentStatusResult withErrorDetails(ErrorDetail... errorDetails)
NOTE: This method appends the values to the existing list (if any). Use
setErrorDetails(java.util.Collection)
or withErrorDetails(java.util.Collection)
if you want to
override the existing values.
errorDetails
- Error detailspublic GetBulkDeploymentStatusResult withErrorDetails(Collection<ErrorDetail> errorDetails)
errorDetails
- Error detailspublic void setErrorMessage(String errorMessage)
errorMessage
- Error messagepublic String getErrorMessage()
public GetBulkDeploymentStatusResult withErrorMessage(String errorMessage)
errorMessage
- Error messagepublic Map<String,String> getTags()
public void setTags(Map<String,String> tags)
tags
- Tag(s) attached to the resource arn.public GetBulkDeploymentStatusResult withTags(Map<String,String> tags)
tags
- Tag(s) attached to the resource arn.public GetBulkDeploymentStatusResult addTagsEntry(String key, String value)
public GetBulkDeploymentStatusResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetBulkDeploymentStatusResult clone()