@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IPDialIn extends Object implements Serializable, Cloneable, StructuredPojo
The IP endpoint and protocol for calling.
| Constructor and Description |
|---|
IPDialIn() |
| Modifier and Type | Method and Description |
|---|---|
IPDialIn |
clone() |
boolean |
equals(Object obj) |
String |
getCommsProtocol()
The protocol, including SIP, SIPS, and H323.
|
String |
getEndpoint()
The IP address.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCommsProtocol(String commsProtocol)
The protocol, including SIP, SIPS, and H323.
|
void |
setEndpoint(String endpoint)
The IP address.
|
String |
toString()
Returns a string representation of this object.
|
IPDialIn |
withCommsProtocol(CommsProtocol commsProtocol)
The protocol, including SIP, SIPS, and H323.
|
IPDialIn |
withCommsProtocol(String commsProtocol)
The protocol, including SIP, SIPS, and H323.
|
IPDialIn |
withEndpoint(String endpoint)
The IP address.
|
public void setEndpoint(String endpoint)
The IP address.
endpoint - The IP address.public String getEndpoint()
The IP address.
public IPDialIn withEndpoint(String endpoint)
The IP address.
endpoint - The IP address.public void setCommsProtocol(String commsProtocol)
The protocol, including SIP, SIPS, and H323.
commsProtocol - The protocol, including SIP, SIPS, and H323.CommsProtocolpublic String getCommsProtocol()
The protocol, including SIP, SIPS, and H323.
CommsProtocolpublic IPDialIn withCommsProtocol(String commsProtocol)
The protocol, including SIP, SIPS, and H323.
commsProtocol - The protocol, including SIP, SIPS, and H323.CommsProtocolpublic IPDialIn withCommsProtocol(CommsProtocol commsProtocol)
The protocol, including SIP, SIPS, and H323.
commsProtocol - The protocol, including SIP, SIPS, and H323.CommsProtocolpublic String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.