Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.sns.model
Class GetPlatformApplicationAttributesRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.sns.model.GetPlatformApplicationAttributesRequest
All Implemented Interfaces:
Serializable

public class GetPlatformApplicationAttributesRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the GetPlatformApplicationAttributes operation.

The GetPlatformApplicationAttributes action 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 .

See Also:
AmazonSNS.getPlatformApplicationAttributes(GetPlatformApplicationAttributesRequest), Serialized Form

Constructor 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, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetPlatformApplicationAttributesRequest

public GetPlatformApplicationAttributesRequest()
Method Detail

getPlatformApplicationArn

public String getPlatformApplicationArn()
PlatformApplicationArn for GetPlatformApplicationAttributesInput.

Returns:
PlatformApplicationArn for GetPlatformApplicationAttributesInput.

setPlatformApplicationArn

public void setPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for GetPlatformApplicationAttributesInput.

Parameters:
platformApplicationArn - PlatformApplicationArn for GetPlatformApplicationAttributesInput.

withPlatformApplicationArn

public GetPlatformApplicationAttributesRequest withPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn for GetPlatformApplicationAttributesInput.

Returns a reference to this object so that method calls can be chained together.

Parameters:
platformApplicationArn - PlatformApplicationArn for GetPlatformApplicationAttributesInput.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.