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