@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDeploymentJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDeploymentJobResult() |
Modifier and Type | Method and Description |
---|---|
CreateDeploymentJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the deployment job.
|
Date |
getCreatedAt()
The time, in milliseconds since the epoch, when the fleet was created.
|
List<DeploymentApplicationConfig> |
getDeploymentApplicationConfigs()
The deployment application configuration.
|
DeploymentConfig |
getDeploymentConfig()
The deployment configuration.
|
String |
getFailureCode()
The failure code of the deployment job if it failed.
|
String |
getFailureReason()
The failure reason of the deployment job if it failed.
|
String |
getFleet()
The target fleet for the deployment job.
|
String |
getStatus()
The status of the deployment job.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the deployment job.
|
void |
setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the fleet was created.
|
void |
setDeploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
The deployment application configuration.
|
void |
setDeploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration.
|
void |
setFailureCode(String failureCode)
The failure code of the deployment job if it failed.
|
void |
setFailureReason(String failureReason)
The failure reason of the deployment job if it failed.
|
void |
setFleet(String fleet)
The target fleet for the deployment job.
|
void |
setStatus(String status)
The status of the deployment job.
|
String |
toString()
Returns a string representation of this object.
|
CreateDeploymentJobResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the deployment job.
|
CreateDeploymentJobResult |
withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the fleet was created.
|
CreateDeploymentJobResult |
withDeploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
The deployment application configuration.
|
CreateDeploymentJobResult |
withDeploymentApplicationConfigs(DeploymentApplicationConfig... deploymentApplicationConfigs)
The deployment application configuration.
|
CreateDeploymentJobResult |
withDeploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration.
|
CreateDeploymentJobResult |
withFailureCode(DeploymentJobErrorCode failureCode)
The failure code of the deployment job if it failed.
|
CreateDeploymentJobResult |
withFailureCode(String failureCode)
The failure code of the deployment job if it failed.
|
CreateDeploymentJobResult |
withFailureReason(String failureReason)
The failure reason of the deployment job if it failed.
|
CreateDeploymentJobResult |
withFleet(String fleet)
The target fleet for the deployment job.
|
CreateDeploymentJobResult |
withStatus(DeploymentStatus status)
The status of the deployment job.
|
CreateDeploymentJobResult |
withStatus(String status)
The status of the 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 CreateDeploymentJobResult 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 target fleet for the deployment job.
fleet
- The target fleet for the deployment job.public String getFleet()
The target fleet for the deployment job.
public CreateDeploymentJobResult withFleet(String fleet)
The target fleet for the deployment job.
fleet
- The target fleet for the deployment job.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 CreateDeploymentJobResult withStatus(String status)
The status of the deployment job.
status
- The status of the deployment job.DeploymentStatus
public CreateDeploymentJobResult withStatus(DeploymentStatus status)
The status of the deployment job.
status
- The status of the deployment job.DeploymentStatus
public List<DeploymentApplicationConfig> getDeploymentApplicationConfigs()
The deployment application configuration.
public void setDeploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
The deployment application configuration.
deploymentApplicationConfigs
- The deployment application configuration.public CreateDeploymentJobResult 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 CreateDeploymentJobResult withDeploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
The deployment application configuration.
deploymentApplicationConfigs
- The deployment application configuration.public void setFailureReason(String failureReason)
The failure reason of the deployment job if it failed.
failureReason
- The failure reason of the deployment job if it failed.public String getFailureReason()
The failure reason of the deployment job if it failed.
public CreateDeploymentJobResult withFailureReason(String failureReason)
The failure reason of the deployment job if it failed.
failureReason
- The failure reason of the deployment job if it failed.public void setFailureCode(String failureCode)
The failure code of the deployment job if it failed.
failureCode
- The failure code of the deployment job if it failed.DeploymentJobErrorCode
public String getFailureCode()
The failure code of the deployment job if it failed.
DeploymentJobErrorCode
public CreateDeploymentJobResult withFailureCode(String failureCode)
The failure code of the deployment job if it failed.
failureCode
- The failure code of the deployment job if it failed.DeploymentJobErrorCode
public CreateDeploymentJobResult withFailureCode(DeploymentJobErrorCode failureCode)
The failure code of the deployment job if it failed.
failureCode
- The failure code of the deployment job if it failed.DeploymentJobErrorCode
public void setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the fleet was created.
createdAt
- The time, in milliseconds since the epoch, when the fleet was created.public Date getCreatedAt()
The time, in milliseconds since the epoch, when the fleet was created.
public CreateDeploymentJobResult withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the fleet was created.
createdAt
- The time, in milliseconds since the epoch, when the fleet was created.public void setDeploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration.
deploymentConfig
- The deployment configuration.public DeploymentConfig getDeploymentConfig()
The deployment configuration.
public CreateDeploymentJobResult withDeploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration.
deploymentConfig
- The deployment configuration.public String toString()
toString
in class Object
Object.toString()
public CreateDeploymentJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.