@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Endpoint extends Object implements Serializable, Cloneable
Endpoint for mobile app and device.
Constructor and Description |
---|
Endpoint() |
Modifier and Type | Method and Description |
---|---|
Endpoint |
addAttributesEntry(String key,
String value) |
Endpoint |
clearAttributesEntries()
Removes all the entries added into Attributes.
|
Endpoint |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getAttributes()
Attributes for endpoint.
|
String |
getEndpointArn()
EndpointArn for mobile app and device.
|
int |
hashCode() |
void |
setAttributes(Map<String,String> attributes)
Attributes for endpoint.
|
void |
setEndpointArn(String endpointArn)
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)
EndpointArn for mobile app and device.
|
public void setEndpointArn(String endpointArn)
EndpointArn for mobile app and device.
endpointArn
- EndpointArn for mobile app and device.public String getEndpointArn()
EndpointArn for mobile app and device.
public Endpoint withEndpointArn(String endpointArn)
EndpointArn for mobile app and device.
endpointArn
- 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 clearAttributesEntries()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.