@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SipAddress extends Object implements Serializable, Cloneable, StructuredPojo
The SIP address for the contact containing the URI and SIP address type.
| Constructor and Description |
|---|
SipAddress() |
| Modifier and Type | Method and Description |
|---|---|
SipAddress |
clone() |
boolean |
equals(Object obj) |
String |
getType()
The type of the SIP address.
|
String |
getUri()
The URI for the SIP address.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setType(String type)
The type of the SIP address.
|
void |
setUri(String uri)
The URI for the SIP address.
|
String |
toString()
Returns a string representation of this object.
|
SipAddress |
withType(SipType type)
The type of the SIP address.
|
SipAddress |
withType(String type)
The type of the SIP address.
|
SipAddress |
withUri(String uri)
The URI for the SIP address.
|
public void setUri(String uri)
The URI for the SIP address.
uri - The URI for the SIP address.public String getUri()
The URI for the SIP address.
public SipAddress withUri(String uri)
The URI for the SIP address.
uri - The URI for the SIP address.public void setType(String type)
The type of the SIP address.
type - The type of the SIP address.SipTypepublic String getType()
The type of the SIP address.
SipTypepublic SipAddress withType(String type)
The type of the SIP address.
type - The type of the SIP address.SipTypepublic SipAddress withType(SipType type)
The type of the SIP address.
type - The type of the SIP address.SipTypepublic String toString()
toString in class ObjectObject.toString()public SipAddress clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.