@Deprecated @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SyncDeploymentJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SyncDeploymentJobResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SyncDeploymentJobResult |
clone()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
String |
getArn()
Deprecated.
The Amazon Resource Name (ARN) of the synchronization request.
|
Date |
getCreatedAt()
Deprecated.
The time, in milliseconds since the epoch, when the fleet was created.
|
List<DeploymentApplicationConfig> |
getDeploymentApplicationConfigs()
Deprecated.
Information about the deployment application configurations.
|
DeploymentConfig |
getDeploymentConfig()
Deprecated.
Information about the deployment configuration.
|
String |
getFailureCode()
Deprecated.
The failure code if the job fails:
|
String |
getFailureReason()
Deprecated.
The failure reason if the job fails.
|
String |
getFleet()
Deprecated.
The Amazon Resource Name (ARN) of the fleet.
|
String |
getStatus()
Deprecated.
The status of the synchronization job.
|
int |
hashCode()
Deprecated.
|
void |
setArn(String arn)
Deprecated.
The Amazon Resource Name (ARN) of the synchronization request.
|
void |
setCreatedAt(Date createdAt)
Deprecated.
The time, in milliseconds since the epoch, when the fleet was created.
|
void |
setDeploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
Deprecated.
Information about the deployment application configurations.
|
void |
setDeploymentConfig(DeploymentConfig deploymentConfig)
Deprecated.
Information about the deployment configuration.
|
void |
setFailureCode(String failureCode)
Deprecated.
The failure code if the job fails:
|
void |
setFailureReason(String failureReason)
Deprecated.
The failure reason if the job fails.
|
void |
setFleet(String fleet)
Deprecated.
The Amazon Resource Name (ARN) of the fleet.
|
void |
setStatus(String status)
Deprecated.
The status of the synchronization job.
|
String |
toString()
Deprecated.
Returns a string representation of this object.
|
SyncDeploymentJobResult |
withArn(String arn)
Deprecated.
The Amazon Resource Name (ARN) of the synchronization request.
|
SyncDeploymentJobResult |
withCreatedAt(Date createdAt)
Deprecated.
The time, in milliseconds since the epoch, when the fleet was created.
|
SyncDeploymentJobResult |
withDeploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
Deprecated.
Information about the deployment application configurations.
|
SyncDeploymentJobResult |
withDeploymentApplicationConfigs(DeploymentApplicationConfig... deploymentApplicationConfigs)
Deprecated.
Information about the deployment application configurations.
|
SyncDeploymentJobResult |
withDeploymentConfig(DeploymentConfig deploymentConfig)
Deprecated.
Information about the deployment configuration.
|
SyncDeploymentJobResult |
withFailureCode(DeploymentJobErrorCode failureCode)
Deprecated.
The failure code if the job fails:
|
SyncDeploymentJobResult |
withFailureCode(String failureCode)
Deprecated.
The failure code if the job fails:
|
SyncDeploymentJobResult |
withFailureReason(String failureReason)
Deprecated.
The failure reason if the job fails.
|
SyncDeploymentJobResult |
withFleet(String fleet)
Deprecated.
The Amazon Resource Name (ARN) of the fleet.
|
SyncDeploymentJobResult |
withStatus(DeploymentStatus status)
Deprecated.
The status of the synchronization job.
|
SyncDeploymentJobResult |
withStatus(String status)
Deprecated.
The status of the synchronization job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the synchronization request.
arn
- The Amazon Resource Name (ARN) of the synchronization request.public String getArn()
The Amazon Resource Name (ARN) of the synchronization request.
public SyncDeploymentJobResult withArn(String arn)
The Amazon Resource Name (ARN) of the synchronization request.
arn
- The Amazon Resource Name (ARN) of the synchronization request.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 SyncDeploymentJobResult 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 synchronization job.
status
- The status of the synchronization job.DeploymentStatus
public String getStatus()
The status of the synchronization job.
DeploymentStatus
public SyncDeploymentJobResult withStatus(String status)
The status of the synchronization job.
status
- The status of the synchronization job.DeploymentStatus
public SyncDeploymentJobResult withStatus(DeploymentStatus status)
The status of the synchronization job.
status
- The status of the synchronization job.DeploymentStatus
public void setDeploymentConfig(DeploymentConfig deploymentConfig)
Information about the deployment configuration.
deploymentConfig
- Information about the deployment configuration.public DeploymentConfig getDeploymentConfig()
Information about the deployment configuration.
public SyncDeploymentJobResult withDeploymentConfig(DeploymentConfig deploymentConfig)
Information about the deployment configuration.
deploymentConfig
- Information about the deployment configuration.public List<DeploymentApplicationConfig> getDeploymentApplicationConfigs()
Information about the deployment application configurations.
public void setDeploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
Information about the deployment application configurations.
deploymentApplicationConfigs
- Information about the deployment application configurations.public SyncDeploymentJobResult withDeploymentApplicationConfigs(DeploymentApplicationConfig... deploymentApplicationConfigs)
Information about the deployment application configurations.
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
- Information about the deployment application configurations.public SyncDeploymentJobResult withDeploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
Information about the deployment application configurations.
deploymentApplicationConfigs
- Information about the deployment application configurations.public void setFailureReason(String failureReason)
The failure reason if the job fails.
failureReason
- The failure reason if the job fails.public String getFailureReason()
The failure reason if the job fails.
public SyncDeploymentJobResult withFailureReason(String failureReason)
The failure reason if the job fails.
failureReason
- The failure reason if the job fails.public void setFailureCode(String failureCode)
The failure code if the job fails:
Internal service error.
Robot application exited abnormally.
Simulation application exited abnormally.
Robot application bundle could not be downloaded.
Simulation application bundle could not be downloaded.
Unable to publish outputs to customer-provided S3 bucket.
Unable to publish logs to customer-provided CloudWatch Logs resource.
Subnet IP limit exceeded.
ENI limit exceeded.
Unable to use the Role provided.
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
Etag for RobotApplication does not match value during version creation.
Etag for SimulationApplication does not match value during version creation.
failureCode
- The failure code if the job fails:
Internal service error.
Robot application exited abnormally.
Simulation application exited abnormally.
Robot application bundle could not be downloaded.
Simulation application bundle could not be downloaded.
Unable to publish outputs to customer-provided S3 bucket.
Unable to publish logs to customer-provided CloudWatch Logs resource.
Subnet IP limit exceeded.
ENI limit exceeded.
Unable to use the Role provided.
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
Etag for RobotApplication does not match value during version creation.
Etag for SimulationApplication does not match value during version creation.
DeploymentJobErrorCode
public String getFailureCode()
The failure code if the job fails:
Internal service error.
Robot application exited abnormally.
Simulation application exited abnormally.
Robot application bundle could not be downloaded.
Simulation application bundle could not be downloaded.
Unable to publish outputs to customer-provided S3 bucket.
Unable to publish logs to customer-provided CloudWatch Logs resource.
Subnet IP limit exceeded.
ENI limit exceeded.
Unable to use the Role provided.
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
Etag for RobotApplication does not match value during version creation.
Etag for SimulationApplication does not match value during version creation.
Internal service error.
Robot application exited abnormally.
Simulation application exited abnormally.
Robot application bundle could not be downloaded.
Simulation application bundle could not be downloaded.
Unable to publish outputs to customer-provided S3 bucket.
Unable to publish logs to customer-provided CloudWatch Logs resource.
Subnet IP limit exceeded.
ENI limit exceeded.
Unable to use the Role provided.
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
Etag for RobotApplication does not match value during version creation.
Etag for SimulationApplication does not match value during version creation.
DeploymentJobErrorCode
public SyncDeploymentJobResult withFailureCode(String failureCode)
The failure code if the job fails:
Internal service error.
Robot application exited abnormally.
Simulation application exited abnormally.
Robot application bundle could not be downloaded.
Simulation application bundle could not be downloaded.
Unable to publish outputs to customer-provided S3 bucket.
Unable to publish logs to customer-provided CloudWatch Logs resource.
Subnet IP limit exceeded.
ENI limit exceeded.
Unable to use the Role provided.
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
Etag for RobotApplication does not match value during version creation.
Etag for SimulationApplication does not match value during version creation.
failureCode
- The failure code if the job fails:
Internal service error.
Robot application exited abnormally.
Simulation application exited abnormally.
Robot application bundle could not be downloaded.
Simulation application bundle could not be downloaded.
Unable to publish outputs to customer-provided S3 bucket.
Unable to publish logs to customer-provided CloudWatch Logs resource.
Subnet IP limit exceeded.
ENI limit exceeded.
Unable to use the Role provided.
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
Etag for RobotApplication does not match value during version creation.
Etag for SimulationApplication does not match value during version creation.
DeploymentJobErrorCode
public SyncDeploymentJobResult withFailureCode(DeploymentJobErrorCode failureCode)
The failure code if the job fails:
Internal service error.
Robot application exited abnormally.
Simulation application exited abnormally.
Robot application bundle could not be downloaded.
Simulation application bundle could not be downloaded.
Unable to publish outputs to customer-provided S3 bucket.
Unable to publish logs to customer-provided CloudWatch Logs resource.
Subnet IP limit exceeded.
ENI limit exceeded.
Unable to use the Role provided.
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
Etag for RobotApplication does not match value during version creation.
Etag for SimulationApplication does not match value during version creation.
failureCode
- The failure code if the job fails:
Internal service error.
Robot application exited abnormally.
Simulation application exited abnormally.
Robot application bundle could not be downloaded.
Simulation application bundle could not be downloaded.
Unable to publish outputs to customer-provided S3 bucket.
Unable to publish logs to customer-provided CloudWatch Logs resource.
Subnet IP limit exceeded.
ENI limit exceeded.
Unable to use the Role provided.
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
Etag for RobotApplication does not match value during version creation.
Etag for SimulationApplication does not match value during version creation.
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 SyncDeploymentJobResult 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 String toString()
toString
in class Object
Object.toString()
public SyncDeploymentJobResult clone()