public class DescribeContainerInstancesResult extends Object implements Serializable
Constructor and Description |
---|
DescribeContainerInstancesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<ContainerInstance> |
getContainerInstances()
The list of container instances.
|
List<Failure> |
getFailures() |
int |
hashCode() |
void |
setContainerInstances(Collection<ContainerInstance> containerInstances)
The list of container instances.
|
void |
setFailures(Collection<Failure> failures) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeContainerInstancesResult |
withContainerInstances(Collection<ContainerInstance> containerInstances)
The list of container instances.
|
DescribeContainerInstancesResult |
withContainerInstances(ContainerInstance... containerInstances)
The list of container instances.
|
DescribeContainerInstancesResult |
withFailures(Collection<Failure> failures)
Returns a reference to this object so that method calls can be chained together.
|
DescribeContainerInstancesResult |
withFailures(Failure... failures)
Returns a reference to this object so that method calls can be chained together.
|
public List<ContainerInstance> getContainerInstances()
public void setContainerInstances(Collection<ContainerInstance> containerInstances)
containerInstances
- The list of container instances.public DescribeContainerInstancesResult withContainerInstances(ContainerInstance... containerInstances)
Returns a reference to this object so that method calls can be chained together.
containerInstances
- The list of container instances.public DescribeContainerInstancesResult withContainerInstances(Collection<ContainerInstance> containerInstances)
Returns a reference to this object so that method calls can be chained together.
containerInstances
- The list of container instances.public void setFailures(Collection<Failure> failures)
failures
- public DescribeContainerInstancesResult withFailures(Failure... failures)
Returns a reference to this object so that method calls can be chained together.
failures
- public DescribeContainerInstancesResult withFailures(Collection<Failure> failures)
Returns a reference to this object so that method calls can be chained together.
failures
- public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.