@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)
Marshalls this structured data using the given
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.CommsProtocol
public String getCommsProtocol()
The protocol, including SIP, SIPS, and H323.
CommsProtocol
public IPDialIn withCommsProtocol(String commsProtocol)
The protocol, including SIP, SIPS, and H323.
commsProtocol
- The protocol, including SIP, SIPS, and H323.CommsProtocol
public IPDialIn withCommsProtocol(CommsProtocol commsProtocol)
The protocol, including SIP, SIPS, and H323.
commsProtocol
- The protocol, including SIP, SIPS, and H323.CommsProtocol
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.