@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAppBundleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAppBundleResult() |
Modifier and Type | Method and Description |
---|---|
CreateAppBundleResult |
clone() |
boolean |
equals(Object obj) |
AppBundle |
getAppBundle()
Contains information about an app bundle.
|
int |
hashCode() |
void |
setAppBundle(AppBundle appBundle)
Contains information about an app bundle.
|
String |
toString()
Returns a string representation of this object.
|
CreateAppBundleResult |
withAppBundle(AppBundle appBundle)
Contains information about an app bundle.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAppBundle(AppBundle appBundle)
Contains information about an app bundle.
appBundle
- Contains information about an app bundle.public AppBundle getAppBundle()
Contains information about an app bundle.
public CreateAppBundleResult withAppBundle(AppBundle appBundle)
Contains information about an app bundle.
appBundle
- Contains information about an app bundle.public String toString()
toString
in class Object
Object.toString()
public CreateAppBundleResult clone()