Package com.amazonaws.services.sns.model
Class CreatePlatformApplicationResult
java.lang.Object
com.amazonaws.services.sns.model.CreatePlatformApplicationResult
- All Implemented Interfaces:
Serializable
,Cloneable
Response from CreatePlatformApplication action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
PlatformApplicationArn is returned.int
hashCode()
void
setPlatformApplicationArn
(String platformApplicationArn) PlatformApplicationArn is returned.toString()
Returns a string representation of this object; useful for testing and debugging.withPlatformApplicationArn
(String platformApplicationArn) PlatformApplicationArn is returned.
-
Constructor Details
-
CreatePlatformApplicationResult
public CreatePlatformApplicationResult()
-
-
Method Details
-
setPlatformApplicationArn
PlatformApplicationArn is returned.
- Parameters:
platformApplicationArn
- PlatformApplicationArn is returned.
-
getPlatformApplicationArn
PlatformApplicationArn is returned.
- Returns:
- PlatformApplicationArn is returned.
-
withPlatformApplicationArn
PlatformApplicationArn is returned.
- Parameters:
platformApplicationArn
- PlatformApplicationArn is returned.- Returns:
- 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
-