Package com.amazonaws.services.sns.model
Class PlatformApplication
java.lang.Object
com.amazonaws.services.sns.model.PlatformApplication
- All Implemented Interfaces:
Serializable
,Cloneable
Platform application object.
- 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 platform application object.PlatformApplicationArn for platform application object.int
hashCode()
void
setAttributes
(Map<String, String> attributes) Attributes for platform application object.void
setPlatformApplicationArn
(String platformApplicationArn) PlatformApplicationArn for platform application object.toString()
Returns a string representation of this object; useful for testing and debugging.withAttributes
(Map<String, String> attributes) Attributes for platform application object.withPlatformApplicationArn
(String platformApplicationArn) PlatformApplicationArn for platform application object.
-
Constructor Details
-
PlatformApplication
public PlatformApplication()
-
-
Method Details
-
setPlatformApplicationArn
PlatformApplicationArn for platform application object.
- Parameters:
platformApplicationArn
- PlatformApplicationArn for platform application object.
-
getPlatformApplicationArn
PlatformApplicationArn for platform application object.
- Returns:
- PlatformApplicationArn for platform application object.
-
withPlatformApplicationArn
PlatformApplicationArn for platform application object.
- Parameters:
platformApplicationArn
- PlatformApplicationArn for platform application object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getAttributes
Attributes for platform application object.
- Returns:
- Attributes for platform application object.
-
setAttributes
Attributes for platform application object.
- Parameters:
attributes
- Attributes for platform application object.
-
withAttributes
Attributes for platform application object.
- Parameters:
attributes
- Attributes for platform application object.- 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
-