@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContainerInstanceDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the Amazon EC2 instance that is running the Amazon ECS container.
Constructor and Description |
---|
ContainerInstanceDetails() |
Modifier and Type | Method and Description |
---|---|
ContainerInstanceDetails |
clone() |
boolean |
equals(Object obj) |
Long |
getCompatibleContainerInstances()
Represents total number of nodes in the Amazon ECS cluster.
|
Long |
getCoveredContainerInstances()
Represents the nodes in the Amazon ECS cluster that has a
HEALTHY coverage status. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCompatibleContainerInstances(Long compatibleContainerInstances)
Represents total number of nodes in the Amazon ECS cluster.
|
void |
setCoveredContainerInstances(Long coveredContainerInstances)
Represents the nodes in the Amazon ECS cluster that has a
HEALTHY coverage status. |
String |
toString()
Returns a string representation of this object.
|
ContainerInstanceDetails |
withCompatibleContainerInstances(Long compatibleContainerInstances)
Represents total number of nodes in the Amazon ECS cluster.
|
ContainerInstanceDetails |
withCoveredContainerInstances(Long coveredContainerInstances)
Represents the nodes in the Amazon ECS cluster that has a
HEALTHY coverage status. |
public void setCoveredContainerInstances(Long coveredContainerInstances)
Represents the nodes in the Amazon ECS cluster that has a HEALTHY
coverage status.
coveredContainerInstances
- Represents the nodes in the Amazon ECS cluster that has a HEALTHY
coverage status.public Long getCoveredContainerInstances()
Represents the nodes in the Amazon ECS cluster that has a HEALTHY
coverage status.
HEALTHY
coverage status.public ContainerInstanceDetails withCoveredContainerInstances(Long coveredContainerInstances)
Represents the nodes in the Amazon ECS cluster that has a HEALTHY
coverage status.
coveredContainerInstances
- Represents the nodes in the Amazon ECS cluster that has a HEALTHY
coverage status.public void setCompatibleContainerInstances(Long compatibleContainerInstances)
Represents total number of nodes in the Amazon ECS cluster.
compatibleContainerInstances
- Represents total number of nodes in the Amazon ECS cluster.public Long getCompatibleContainerInstances()
Represents total number of nodes in the Amazon ECS cluster.
public ContainerInstanceDetails withCompatibleContainerInstances(Long compatibleContainerInstances)
Represents total number of nodes in the Amazon ECS cluster.
compatibleContainerInstances
- Represents total number of nodes in the Amazon ECS cluster.public String toString()
toString
in class Object
Object.toString()
public ContainerInstanceDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.