@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateApplicationResult() |
Modifier and Type | Method and Description |
---|---|
CreateApplicationResult |
clone() |
boolean |
equals(Object obj) |
ApplicationInfo |
getApplicationInfo()
Information about the application.
|
int |
hashCode() |
void |
setApplicationInfo(ApplicationInfo applicationInfo)
Information about the application.
|
String |
toString()
Returns a string representation of this object.
|
CreateApplicationResult |
withApplicationInfo(ApplicationInfo applicationInfo)
Information about the application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApplicationInfo(ApplicationInfo applicationInfo)
Information about the application.
applicationInfo
- Information about the application.public ApplicationInfo getApplicationInfo()
Information about the application.
public CreateApplicationResult withApplicationInfo(ApplicationInfo applicationInfo)
Information about the application.
applicationInfo
- Information about the application.public String toString()
toString
in class Object
Object.toString()
public CreateApplicationResult clone()