@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeContainerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeContainerResult() |
Modifier and Type | Method and Description |
---|---|
DescribeContainerResult |
clone() |
boolean |
equals(Object obj) |
Container |
getContainer()
The name of the queried container.
|
int |
hashCode() |
void |
setContainer(Container container)
The name of the queried container.
|
String |
toString()
Returns a string representation of this object.
|
DescribeContainerResult |
withContainer(Container container)
The name of the queried container.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setContainer(Container container)
The name of the queried container.
container
- The name of the queried container.public Container getContainer()
The name of the queried container.
public DescribeContainerResult withContainer(Container container)
The name of the queried container.
container
- The name of the queried container.public String toString()
toString
in class Object
Object.toString()
public DescribeContainerResult clone()