@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Endpoint extends Object implements Serializable, Cloneable
The endpoint for mobile app and device.
Constructor and Description |
---|
Endpoint() |
Modifier and Type | Method and Description |
---|---|
Endpoint |
addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
Endpoint |
clearAttributesEntries()
Removes all the entries added into Attributes.
|
Endpoint |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getAttributes()
Attributes for endpoint.
|
String |
getEndpointArn()
The
EndpointArn for mobile app and device. |
int |
hashCode() |
void |
setAttributes(Map<String,String> attributes)
Attributes for endpoint.
|
void |
setEndpointArn(String endpointArn)
The
EndpointArn for mobile app and device. |
String |
toString()
Returns a string representation of this object.
|
Endpoint |
withAttributes(Map<String,String> attributes)
Attributes for endpoint.
|
Endpoint |
withEndpointArn(String endpointArn)
The
EndpointArn for mobile app and device. |
public void setEndpointArn(String endpointArn)
The EndpointArn
for mobile app and device.
endpointArn
- The EndpointArn
for mobile app and device.public String getEndpointArn()
The EndpointArn
for mobile app and device.
EndpointArn
for mobile app and device.public Endpoint withEndpointArn(String endpointArn)
The EndpointArn
for mobile app and device.
endpointArn
- The EndpointArn
for mobile app and device.public Map<String,String> getAttributes()
Attributes for endpoint.
public void setAttributes(Map<String,String> attributes)
Attributes for endpoint.
attributes
- Attributes for endpoint.public Endpoint withAttributes(Map<String,String> attributes)
Attributes for endpoint.
attributes
- Attributes for endpoint.public Endpoint addAttributesEntry(String key, String value)
public Endpoint clearAttributesEntries()
public String toString()
toString
in class Object
Object.toString()