@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TelephonyConfig extends Object implements Serializable, Cloneable, StructuredPojo
The distribution of traffic between the instance and its replicas.
Constructor and Description |
---|
TelephonyConfig() |
Modifier and Type | Method and Description |
---|---|
TelephonyConfig |
clone() |
boolean |
equals(Object obj) |
List<Distribution> |
getDistributions()
Information about traffic distributions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDistributions(Collection<Distribution> distributions)
Information about traffic distributions.
|
String |
toString()
Returns a string representation of this object.
|
TelephonyConfig |
withDistributions(Collection<Distribution> distributions)
Information about traffic distributions.
|
TelephonyConfig |
withDistributions(Distribution... distributions)
Information about traffic distributions.
|
public List<Distribution> getDistributions()
Information about traffic distributions.
public void setDistributions(Collection<Distribution> distributions)
Information about traffic distributions.
distributions
- Information about traffic distributions.public TelephonyConfig withDistributions(Distribution... distributions)
Information about traffic distributions.
NOTE: This method appends the values to the existing list (if any). Use
setDistributions(java.util.Collection)
or withDistributions(java.util.Collection)
if you want
to override the existing values.
distributions
- Information about traffic distributions.public TelephonyConfig withDistributions(Collection<Distribution> distributions)
Information about traffic distributions.
distributions
- Information about traffic distributions.public String toString()
toString
in class Object
Object.toString()
public TelephonyConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.