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