Package com.amazonaws.services.sns.model
Class Endpoint
java.lang.Object
com.amazonaws.services.sns.model.Endpoint
- All Implemented Interfaces:
Serializable
,Cloneable
Endpoint for mobile app and device.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttributesEntry
(String key, String value) Removes all the entries added into Attributes.clone()
boolean
Attributes for endpoint.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.toString()
Returns a string representation of this object; useful for testing and debugging.withAttributes
(Map<String, String> attributes) Attributes for endpoint.withEndpointArn
(String endpointArn) EndpointArn for mobile app and device.
-
Constructor Details
-
Endpoint
public Endpoint()
-
-
Method Details
-
setEndpointArn
EndpointArn for mobile app and device.
- Parameters:
endpointArn
- EndpointArn for mobile app and device.
-
getEndpointArn
EndpointArn for mobile app and device.
- Returns:
- EndpointArn for mobile app and device.
-
withEndpointArn
EndpointArn for mobile app and device.
- Parameters:
endpointArn
- EndpointArn for mobile app and device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getAttributes
Attributes for endpoint.
- Returns:
- Attributes for endpoint.
-
setAttributes
Attributes for endpoint.
- Parameters:
attributes
- Attributes for endpoint.
-
withAttributes
Attributes for endpoint.
- Parameters:
attributes
- Attributes for endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addAttributesEntry
-
clearAttributesEntries
Removes all the entries added into Attributes. <p> Returns a reference to this object so that method calls can be chained together. -
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-