@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PredictiveDialerConfig extends Object implements Serializable, Cloneable, StructuredPojo
Predictive Dialer config
| Constructor and Description |
|---|
PredictiveDialerConfig() |
| Modifier and Type | Method and Description |
|---|---|
PredictiveDialerConfig |
clone() |
boolean |
equals(Object obj) |
Double |
getBandwidthAllocation() |
Double |
getDialingCapacity() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setBandwidthAllocation(Double bandwidthAllocation) |
void |
setDialingCapacity(Double dialingCapacity) |
String |
toString()
Returns a string representation of this object.
|
PredictiveDialerConfig |
withBandwidthAllocation(Double bandwidthAllocation) |
PredictiveDialerConfig |
withDialingCapacity(Double dialingCapacity) |
public void setBandwidthAllocation(Double bandwidthAllocation)
bandwidthAllocation - public Double getBandwidthAllocation()
public PredictiveDialerConfig withBandwidthAllocation(Double bandwidthAllocation)
bandwidthAllocation - public void setDialingCapacity(Double dialingCapacity)
dialingCapacity - public Double getDialingCapacity()
public PredictiveDialerConfig withDialingCapacity(Double dialingCapacity)
dialingCapacity - public String toString()
toString in class ObjectObject.toString()public PredictiveDialerConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.