@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EksInfo extends Object implements Serializable, Cloneable, StructuredPojo
The information about the EKS cluster.
| Constructor and Description |
|---|
EksInfo() |
| Modifier and Type | Method and Description |
|---|---|
EksInfo |
clone() |
boolean |
equals(Object obj) |
String |
getNamespace()
The namespaces of the EKS cluster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setNamespace(String namespace)
The namespaces of the EKS cluster.
|
String |
toString()
Returns a string representation of this object.
|
EksInfo |
withNamespace(String namespace)
The namespaces of the EKS cluster.
|
public void setNamespace(String namespace)
The namespaces of the EKS cluster.
namespace - The namespaces of the EKS cluster.public String getNamespace()
The namespaces of the EKS cluster.
public EksInfo withNamespace(String namespace)
The namespaces of the EKS cluster.
namespace - The namespaces of the EKS cluster.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.