@Deprecated @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDeploymentJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDeploymentJobResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DescribeDeploymentJobResult |
addTagsEntry(String key,
String value)
Deprecated.
Add a single Tags entry
|
DescribeDeploymentJobResult |
clearTagsEntries()
Deprecated.
Removes all the entries added into Tags.
|
DescribeDeploymentJobResult |
clone()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
String |
getArn()
Deprecated.
The Amazon Resource Name (ARN) of the deployment job.
|
Date |
getCreatedAt()
Deprecated.
The time, in milliseconds since the epoch, when the deployment job was created.
|
List<DeploymentApplicationConfig> |
getDeploymentApplicationConfigs()
Deprecated.
The deployment application configuration.
|
DeploymentConfig |
getDeploymentConfig()
Deprecated.
The deployment configuration.
|
String |
getFailureCode()
Deprecated.
The deployment job failure code.
|
String |
getFailureReason()
Deprecated.
A short description of the reason why the deployment job failed.
|
String |
getFleet()
Deprecated.
The Amazon Resource Name (ARN) of the fleet.
|
List<RobotDeployment> |
getRobotDeploymentSummary()
Deprecated.
A list of robot deployment summaries.
|
String |
getStatus()
Deprecated.
The status of the deployment job.
|
Map<String,String> |
getTags()
Deprecated.
The list of all tags added to the specified deployment job.
|
int |
hashCode()
Deprecated.
|
void |
setArn(String arn)
Deprecated.
The Amazon Resource Name (ARN) of the deployment job.
|
void |
setCreatedAt(Date createdAt)
Deprecated.
The time, in milliseconds since the epoch, when the deployment job was created.
|
void |
setDeploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
Deprecated.
The deployment application configuration.
|
void |
setDeploymentConfig(DeploymentConfig deploymentConfig)
Deprecated.
The deployment configuration.
|
void |
setFailureCode(String failureCode)
Deprecated.
The deployment job failure code.
|
void |
setFailureReason(String failureReason)
Deprecated.
A short description of the reason why the deployment job failed.
|
void |
setFleet(String fleet)
Deprecated.
The Amazon Resource Name (ARN) of the fleet.
|
void |
setRobotDeploymentSummary(Collection<RobotDeployment> robotDeploymentSummary)
Deprecated.
A list of robot deployment summaries.
|
void |
setStatus(String status)
Deprecated.
The status of the deployment job.
|
void |
setTags(Map<String,String> tags)
Deprecated.
The list of all tags added to the specified deployment job.
|
String |
toString()
Deprecated.
Returns a string representation of this object.
|
DescribeDeploymentJobResult |
withArn(String arn)
Deprecated.
The Amazon Resource Name (ARN) of the deployment job.
|
DescribeDeploymentJobResult |
withCreatedAt(Date createdAt)
Deprecated.
The time, in milliseconds since the epoch, when the deployment job was created.
|
DescribeDeploymentJobResult |
withDeploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
Deprecated.
The deployment application configuration.
|
DescribeDeploymentJobResult |
withDeploymentApplicationConfigs(DeploymentApplicationConfig... deploymentApplicationConfigs)
Deprecated.
The deployment application configuration.
|
DescribeDeploymentJobResult |
withDeploymentConfig(DeploymentConfig deploymentConfig)
Deprecated.
The deployment configuration.
|
DescribeDeploymentJobResult |
withFailureCode(DeploymentJobErrorCode failureCode)
Deprecated.
The deployment job failure code.
|
DescribeDeploymentJobResult |
withFailureCode(String failureCode)
Deprecated.
The deployment job failure code.
|
DescribeDeploymentJobResult |
withFailureReason(String failureReason)
Deprecated.
A short description of the reason why the deployment job failed.
|
DescribeDeploymentJobResult |
withFleet(String fleet)
Deprecated.
The Amazon Resource Name (ARN) of the fleet.
|
DescribeDeploymentJobResult |
withRobotDeploymentSummary(Collection<RobotDeployment> robotDeploymentSummary)
Deprecated.
A list of robot deployment summaries.
|
DescribeDeploymentJobResult |
withRobotDeploymentSummary(RobotDeployment... robotDeploymentSummary)
Deprecated.
A list of robot deployment summaries.
|
DescribeDeploymentJobResult |
withStatus(DeploymentStatus status)
Deprecated.
The status of the deployment job.
|
DescribeDeploymentJobResult |
withStatus(String status)
Deprecated.
The status of the deployment job.
|
DescribeDeploymentJobResult |
withTags(Map<String,String> tags)
Deprecated.
The list of all tags added to the specified deployment job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the deployment job.
arn
- The Amazon Resource Name (ARN) of the deployment job.public String getArn()
The Amazon Resource Name (ARN) of the deployment job.
public DescribeDeploymentJobResult withArn(String arn)
The Amazon Resource Name (ARN) of the deployment job.
arn
- The Amazon Resource Name (ARN) of the deployment job.public void setFleet(String fleet)
The Amazon Resource Name (ARN) of the fleet.
fleet
- The Amazon Resource Name (ARN) of the fleet.public String getFleet()
The Amazon Resource Name (ARN) of the fleet.
public DescribeDeploymentJobResult withFleet(String fleet)
The Amazon Resource Name (ARN) of the fleet.
fleet
- The Amazon Resource Name (ARN) of the fleet.public void setStatus(String status)
The status of the deployment job.
status
- The status of the deployment job.DeploymentStatus
public String getStatus()
The status of the deployment job.
DeploymentStatus
public DescribeDeploymentJobResult withStatus(String status)
The status of the deployment job.
status
- The status of the deployment job.DeploymentStatus
public DescribeDeploymentJobResult withStatus(DeploymentStatus status)
The status of the deployment job.
status
- The status of the deployment job.DeploymentStatus
public void setDeploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration.
deploymentConfig
- The deployment configuration.public DeploymentConfig getDeploymentConfig()
The deployment configuration.
public DescribeDeploymentJobResult withDeploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration.
deploymentConfig
- The deployment configuration.public List<DeploymentApplicationConfig> getDeploymentApplicationConfigs()
The deployment application configuration.
public void setDeploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
The deployment application configuration.
deploymentApplicationConfigs
- The deployment application configuration.public DescribeDeploymentJobResult withDeploymentApplicationConfigs(DeploymentApplicationConfig... deploymentApplicationConfigs)
The deployment application configuration.
NOTE: This method appends the values to the existing list (if any). Use
setDeploymentApplicationConfigs(java.util.Collection)
or
withDeploymentApplicationConfigs(java.util.Collection)
if you want to override the existing values.
deploymentApplicationConfigs
- The deployment application configuration.public DescribeDeploymentJobResult withDeploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
The deployment application configuration.
deploymentApplicationConfigs
- The deployment application configuration.public void setFailureReason(String failureReason)
A short description of the reason why the deployment job failed.
failureReason
- A short description of the reason why the deployment job failed.public String getFailureReason()
A short description of the reason why the deployment job failed.
public DescribeDeploymentJobResult withFailureReason(String failureReason)
A short description of the reason why the deployment job failed.
failureReason
- A short description of the reason why the deployment job failed.public void setFailureCode(String failureCode)
The deployment job failure code.
failureCode
- The deployment job failure code.DeploymentJobErrorCode
public String getFailureCode()
The deployment job failure code.
DeploymentJobErrorCode
public DescribeDeploymentJobResult withFailureCode(String failureCode)
The deployment job failure code.
failureCode
- The deployment job failure code.DeploymentJobErrorCode
public DescribeDeploymentJobResult withFailureCode(DeploymentJobErrorCode failureCode)
The deployment job failure code.
failureCode
- The deployment job failure code.DeploymentJobErrorCode
public void setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the deployment job was created.
createdAt
- The time, in milliseconds since the epoch, when the deployment job was created.public Date getCreatedAt()
The time, in milliseconds since the epoch, when the deployment job was created.
public DescribeDeploymentJobResult withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the deployment job was created.
createdAt
- The time, in milliseconds since the epoch, when the deployment job was created.public List<RobotDeployment> getRobotDeploymentSummary()
A list of robot deployment summaries.
public void setRobotDeploymentSummary(Collection<RobotDeployment> robotDeploymentSummary)
A list of robot deployment summaries.
robotDeploymentSummary
- A list of robot deployment summaries.public DescribeDeploymentJobResult withRobotDeploymentSummary(RobotDeployment... robotDeploymentSummary)
A list of robot deployment summaries.
NOTE: This method appends the values to the existing list (if any). Use
setRobotDeploymentSummary(java.util.Collection)
or
withRobotDeploymentSummary(java.util.Collection)
if you want to override the existing values.
robotDeploymentSummary
- A list of robot deployment summaries.public DescribeDeploymentJobResult withRobotDeploymentSummary(Collection<RobotDeployment> robotDeploymentSummary)
A list of robot deployment summaries.
robotDeploymentSummary
- A list of robot deployment summaries.public Map<String,String> getTags()
The list of all tags added to the specified deployment job.
public void setTags(Map<String,String> tags)
The list of all tags added to the specified deployment job.
tags
- The list of all tags added to the specified deployment job.public DescribeDeploymentJobResult withTags(Map<String,String> tags)
The list of all tags added to the specified deployment job.
tags
- The list of all tags added to the specified deployment job.public DescribeDeploymentJobResult addTagsEntry(String key, String value)
public DescribeDeploymentJobResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public DescribeDeploymentJobResult clone()