@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.
|
CreateAppResult |
withApplicationResponse(ApplicationResponse applicationResponse) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setApplicationResponse(ApplicationResponse applicationResponse)
applicationResponse - public ApplicationResponse getApplicationResponse()
public CreateAppResult withApplicationResponse(ApplicationResponse applicationResponse)
applicationResponse - public String toString()
toString in class ObjectObject.toString()public CreateAppResult clone()