@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)
Marshalls this structured data using the given
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.SipType
public String getType()
The type of the SIP address.
SipType
public SipAddress withType(String type)
The type of the SIP address.
type
- The type of the SIP address.SipType
public SipAddress withType(SipType type)
The type of the SIP address.
type
- The type of the SIP address.SipType
public String toString()
toString
in class Object
Object.toString()
public SipAddress clone()
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.