@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScaleOutPolicyDescription extends Object implements Serializable, Cloneable, StructuredPojo
The description of the scale-out policy for the connector.
Constructor and Description |
---|
ScaleOutPolicyDescription() |
Modifier and Type | Method and Description |
---|---|
ScaleOutPolicyDescription |
clone() |
boolean |
equals(Object obj) |
Integer |
getCpuUtilizationPercentage()
The CPU utilization percentage threshold at which you want connector scale out to be triggered.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCpuUtilizationPercentage(Integer cpuUtilizationPercentage)
The CPU utilization percentage threshold at which you want connector scale out to be triggered.
|
String |
toString()
Returns a string representation of this object.
|
ScaleOutPolicyDescription |
withCpuUtilizationPercentage(Integer cpuUtilizationPercentage)
The CPU utilization percentage threshold at which you want connector scale out to be triggered.
|
public void setCpuUtilizationPercentage(Integer cpuUtilizationPercentage)
The CPU utilization percentage threshold at which you want connector scale out to be triggered.
cpuUtilizationPercentage
- The CPU utilization percentage threshold at which you want connector scale out to be triggered.public Integer getCpuUtilizationPercentage()
The CPU utilization percentage threshold at which you want connector scale out to be triggered.
public ScaleOutPolicyDescription withCpuUtilizationPercentage(Integer cpuUtilizationPercentage)
The CPU utilization percentage threshold at which you want connector scale out to be triggered.
cpuUtilizationPercentage
- The CPU utilization percentage threshold at which you want connector scale out to be triggered.public String toString()
toString
in class Object
Object.toString()
public ScaleOutPolicyDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.