@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EksProperties extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains the properties for the Kubernetes resources of a job.
| Constructor and Description |
|---|
EksProperties() |
| Modifier and Type | Method and Description |
|---|---|
EksProperties |
clone() |
boolean |
equals(Object obj) |
EksPodProperties |
getPodProperties()
The properties for the Kubernetes pod resources of a job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setPodProperties(EksPodProperties podProperties)
The properties for the Kubernetes pod resources of a job.
|
String |
toString()
Returns a string representation of this object.
|
EksProperties |
withPodProperties(EksPodProperties podProperties)
The properties for the Kubernetes pod resources of a job.
|
public void setPodProperties(EksPodProperties podProperties)
The properties for the Kubernetes pod resources of a job.
podProperties - The properties for the Kubernetes pod resources of a job.public EksPodProperties getPodProperties()
The properties for the Kubernetes pod resources of a job.
public EksProperties withPodProperties(EksPodProperties podProperties)
The properties for the Kubernetes pod resources of a job.
podProperties - The properties for the Kubernetes pod resources of a job.public String toString()
toString in class ObjectObject.toString()public EksProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.