@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeploymentConfig extends Object implements Serializable, Cloneable, StructuredPojo
Information about a deployment configuration.
Constructor and Description |
---|
DeploymentConfig() |
Modifier and Type | Method and Description |
---|---|
DeploymentConfig |
clone() |
boolean |
equals(Object obj) |
Integer |
getConcurrentDeploymentPercentage()
The percentage of robots receiving the deployment at the same time.
|
Integer |
getFailureThresholdPercentage()
The percentage of deployments that need to fail before stopping deployment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConcurrentDeploymentPercentage(Integer concurrentDeploymentPercentage)
The percentage of robots receiving the deployment at the same time.
|
void |
setFailureThresholdPercentage(Integer failureThresholdPercentage)
The percentage of deployments that need to fail before stopping deployment.
|
String |
toString()
Returns a string representation of this object.
|
DeploymentConfig |
withConcurrentDeploymentPercentage(Integer concurrentDeploymentPercentage)
The percentage of robots receiving the deployment at the same time.
|
DeploymentConfig |
withFailureThresholdPercentage(Integer failureThresholdPercentage)
The percentage of deployments that need to fail before stopping deployment.
|
public void setConcurrentDeploymentPercentage(Integer concurrentDeploymentPercentage)
The percentage of robots receiving the deployment at the same time.
concurrentDeploymentPercentage
- The percentage of robots receiving the deployment at the same time.public Integer getConcurrentDeploymentPercentage()
The percentage of robots receiving the deployment at the same time.
public DeploymentConfig withConcurrentDeploymentPercentage(Integer concurrentDeploymentPercentage)
The percentage of robots receiving the deployment at the same time.
concurrentDeploymentPercentage
- The percentage of robots receiving the deployment at the same time.public void setFailureThresholdPercentage(Integer failureThresholdPercentage)
The percentage of deployments that need to fail before stopping deployment.
failureThresholdPercentage
- The percentage of deployments that need to fail before stopping deployment.public Integer getFailureThresholdPercentage()
The percentage of deployments that need to fail before stopping deployment.
public DeploymentConfig withFailureThresholdPercentage(Integer failureThresholdPercentage)
The percentage of deployments that need to fail before stopping deployment.
failureThresholdPercentage
- The percentage of deployments that need to fail before stopping deployment.public String toString()
toString
in class Object
Object.toString()
public DeploymentConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.