@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutboundCallerConfig extends Object implements Serializable, Cloneable, StructuredPojo
The outbound caller ID name, number, and outbound whisper flow.
Constructor and Description |
---|
OutboundCallerConfig() |
Modifier and Type | Method and Description |
---|---|
OutboundCallerConfig |
clone() |
boolean |
equals(Object obj) |
String |
getOutboundCallerIdName()
The caller ID name.
|
String |
getOutboundCallerIdNumberId()
The caller ID number.
|
String |
getOutboundFlowId()
The outbound whisper flow to be used during an outbound call.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOutboundCallerIdName(String outboundCallerIdName)
The caller ID name.
|
void |
setOutboundCallerIdNumberId(String outboundCallerIdNumberId)
The caller ID number.
|
void |
setOutboundFlowId(String outboundFlowId)
The outbound whisper flow to be used during an outbound call.
|
String |
toString()
Returns a string representation of this object.
|
OutboundCallerConfig |
withOutboundCallerIdName(String outboundCallerIdName)
The caller ID name.
|
OutboundCallerConfig |
withOutboundCallerIdNumberId(String outboundCallerIdNumberId)
The caller ID number.
|
OutboundCallerConfig |
withOutboundFlowId(String outboundFlowId)
The outbound whisper flow to be used during an outbound call.
|
public void setOutboundCallerIdName(String outboundCallerIdName)
The caller ID name.
outboundCallerIdName
- The caller ID name.public String getOutboundCallerIdName()
The caller ID name.
public OutboundCallerConfig withOutboundCallerIdName(String outboundCallerIdName)
The caller ID name.
outboundCallerIdName
- The caller ID name.public void setOutboundCallerIdNumberId(String outboundCallerIdNumberId)
The caller ID number.
outboundCallerIdNumberId
- The caller ID number.public String getOutboundCallerIdNumberId()
The caller ID number.
public OutboundCallerConfig withOutboundCallerIdNumberId(String outboundCallerIdNumberId)
The caller ID number.
outboundCallerIdNumberId
- The caller ID number.public void setOutboundFlowId(String outboundFlowId)
The outbound whisper flow to be used during an outbound call.
outboundFlowId
- The outbound whisper flow to be used during an outbound call.public String getOutboundFlowId()
The outbound whisper flow to be used during an outbound call.
public OutboundCallerConfig withOutboundFlowId(String outboundFlowId)
The outbound whisper flow to be used during an outbound call.
outboundFlowId
- The outbound whisper flow to be used during an outbound call.public String toString()
toString
in class Object
Object.toString()
public OutboundCallerConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.