@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProgressiveDialerConfig extends Object implements Serializable, Cloneable, StructuredPojo
Progressive Dialer config
Constructor and Description |
---|
ProgressiveDialerConfig() |
Modifier and Type | Method and Description |
---|---|
ProgressiveDialerConfig |
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.
|
ProgressiveDialerConfig |
withBandwidthAllocation(Double bandwidthAllocation) |
ProgressiveDialerConfig |
withDialingCapacity(Double dialingCapacity) |
public void setBandwidthAllocation(Double bandwidthAllocation)
bandwidthAllocation
- public Double getBandwidthAllocation()
public ProgressiveDialerConfig withBandwidthAllocation(Double bandwidthAllocation)
bandwidthAllocation
- public void setDialingCapacity(Double dialingCapacity)
dialingCapacity
- public Double getDialingCapacity()
public ProgressiveDialerConfig withDialingCapacity(Double dialingCapacity)
dialingCapacity
- public String toString()
toString
in class Object
Object.toString()
public ProgressiveDialerConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.