@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VoiceConnectorSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
VoiceConnectorSettings() |
Modifier and Type | Method and Description |
---|---|
VoiceConnectorSettings |
clone() |
boolean |
equals(Object obj) |
String |
getCdrBucket() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCdrBucket(String cdrBucket) |
String |
toString()
Returns a string representation of this object.
|
VoiceConnectorSettings |
withCdrBucket(String cdrBucket) |
public void setCdrBucket(String cdrBucket)
cdrBucket
- public String getCdrBucket()
public VoiceConnectorSettings withCdrBucket(String cdrBucket)
cdrBucket
- public String toString()
toString
in class Object
Object.toString()
public VoiceConnectorSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.