@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContainerInfo extends Object implements Serializable, Cloneable, StructuredPojo
The information about the container used for a job run or a managed endpoint.
Constructor and Description |
---|
ContainerInfo() |
Modifier and Type | Method and Description |
---|---|
ContainerInfo |
clone() |
boolean |
equals(Object obj) |
EksInfo |
getEksInfo()
The information about the Amazon EKS cluster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEksInfo(EksInfo eksInfo)
The information about the Amazon EKS cluster.
|
String |
toString()
Returns a string representation of this object.
|
ContainerInfo |
withEksInfo(EksInfo eksInfo)
The information about the Amazon EKS cluster.
|
public void setEksInfo(EksInfo eksInfo)
The information about the Amazon EKS cluster.
eksInfo
- The information about the Amazon EKS cluster.public EksInfo getEksInfo()
The information about the Amazon EKS cluster.
public ContainerInfo withEksInfo(EksInfo eksInfo)
The information about the Amazon EKS cluster.
eksInfo
- The information about the Amazon EKS cluster.public String toString()
toString
in class Object
Object.toString()
public ContainerInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.