|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.sns.model.GetPlatformApplicationAttributesRequest
public class GetPlatformApplicationAttributesRequest
Container for the parameters to the GetPlatformApplicationAttributes operation
.
Retrieves the attributes of the platform application object for the supported push notification services, such as APNS and GCM. For more information, see Using Amazon SNS Mobile Push Notifications .
AmazonSNS.getPlatformApplicationAttributes(GetPlatformApplicationAttributesRequest)
,
Serialized FormConstructor Summary | |
---|---|
GetPlatformApplicationAttributesRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getPlatformApplicationArn()
PlatformApplicationArn for GetPlatformApplicationAttributesInput. |
int |
hashCode()
|
void |
setPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for GetPlatformApplicationAttributesInput. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetPlatformApplicationAttributesRequest |
withPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for GetPlatformApplicationAttributesInput. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetPlatformApplicationAttributesRequest()
Method Detail |
---|
public String getPlatformApplicationArn()
public void setPlatformApplicationArn(String platformApplicationArn)
platformApplicationArn
- PlatformApplicationArn for GetPlatformApplicationAttributesInput.public GetPlatformApplicationAttributesRequest withPlatformApplicationArn(String platformApplicationArn)
Returns a reference to this object so that method calls can be chained together.
platformApplicationArn
- PlatformApplicationArn for GetPlatformApplicationAttributesInput.
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 |