public class CreateApplicationResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
CreateApplicationResult() |
Modifier and Type | Method and Description |
---|---|
CreateApplicationResult |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationArn()
The ARN specifying the application that is created.
|
int |
hashCode() |
void |
setApplicationArn(String applicationArn)
The ARN specifying the application that is created.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateApplicationResult |
withApplicationArn(String applicationArn)
The ARN specifying the application that is created.
|
public void setApplicationArn(String applicationArn)
The ARN specifying the application that is created.
applicationArn
- The ARN specifying the application that is created.public String getApplicationArn()
The ARN specifying the application that is created.
public CreateApplicationResult withApplicationArn(String applicationArn)
The ARN specifying the application that is created.
applicationArn
- The ARN specifying the application that is created.public String toString()
toString
in class Object
Object.toString()
public CreateApplicationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.