|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.sns.model.PlatformApplication
public class PlatformApplication
Platform application object.
Constructor Summary | |
---|---|
PlatformApplication()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Map<String,String> |
getAttributes()
Attributes for platform application object. |
String |
getPlatformApplicationArn()
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. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
PlatformApplication |
withAttributes(Map<String,String> attributes)
Attributes for platform application object. |
PlatformApplication |
withPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for platform application object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PlatformApplication()
Method Detail |
---|
public String getPlatformApplicationArn()
public void setPlatformApplicationArn(String platformApplicationArn)
platformApplicationArn
- PlatformApplicationArn for platform application object.public PlatformApplication withPlatformApplicationArn(String platformApplicationArn)
Returns a reference to this object so that method calls can be chained together.
platformApplicationArn
- PlatformApplicationArn for platform application object.
public Map<String,String> getAttributes()
public void setAttributes(Map<String,String> attributes)
attributes
- Attributes for platform application object.public PlatformApplication withAttributes(Map<String,String> attributes)
Returns a reference to this object so that method calls can be chained together.
attributes
- Attributes for platform application object.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |