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