@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePlatformApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Response from CreatePlatformApplication action.
Constructor and Description |
---|
CreatePlatformApplicationResult() |
Modifier and Type | Method and Description |
---|---|
CreatePlatformApplicationResult |
clone() |
boolean |
equals(Object obj) |
String |
getPlatformApplicationArn()
PlatformApplicationArn is returned.
|
int |
hashCode() |
void |
setPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn is returned.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreatePlatformApplicationResult |
withPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn is returned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn is returned.
platformApplicationArn
- PlatformApplicationArn is returned.public String getPlatformApplicationArn()
PlatformApplicationArn is returned.
public CreatePlatformApplicationResult withPlatformApplicationArn(String platformApplicationArn)
PlatformApplicationArn is returned.
platformApplicationArn
- PlatformApplicationArn is returned.public String toString()
toString
in class Object
Object.toString()
public CreatePlatformApplicationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.