@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContainerProvider extends Object implements Serializable, Cloneable, StructuredPojo
The information about the container provider.
Constructor and Description |
---|
ContainerProvider() |
Modifier and Type | Method and Description |
---|---|
ContainerProvider |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the container cluster.
|
ContainerInfo |
getInfo()
The information about the container cluster.
|
String |
getType()
The type of the container provider.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
The ID of the container cluster.
|
void |
setInfo(ContainerInfo info)
The information about the container cluster.
|
void |
setType(String type)
The type of the container provider.
|
String |
toString()
Returns a string representation of this object.
|
ContainerProvider |
withId(String id)
The ID of the container cluster.
|
ContainerProvider |
withInfo(ContainerInfo info)
The information about the container cluster.
|
ContainerProvider |
withType(ContainerProviderType type)
The type of the container provider.
|
ContainerProvider |
withType(String type)
The type of the container provider.
|
public void setType(String type)
The type of the container provider. Amazon EKS is the only supported type as of now.
type
- The type of the container provider. Amazon EKS is the only supported type as of now.ContainerProviderType
public String getType()
The type of the container provider. Amazon EKS is the only supported type as of now.
ContainerProviderType
public ContainerProvider withType(String type)
The type of the container provider. Amazon EKS is the only supported type as of now.
type
- The type of the container provider. Amazon EKS is the only supported type as of now.ContainerProviderType
public ContainerProvider withType(ContainerProviderType type)
The type of the container provider. Amazon EKS is the only supported type as of now.
type
- The type of the container provider. Amazon EKS is the only supported type as of now.ContainerProviderType
public void setId(String id)
The ID of the container cluster.
id
- The ID of the container cluster.public String getId()
The ID of the container cluster.
public ContainerProvider withId(String id)
The ID of the container cluster.
id
- The ID of the container cluster.public void setInfo(ContainerInfo info)
The information about the container cluster.
info
- The information about the container cluster.public ContainerInfo getInfo()
The information about the container cluster.
public ContainerProvider withInfo(ContainerInfo info)
The information about the container cluster.
info
- The information about the container cluster.public String toString()
toString
in class Object
Object.toString()
public ContainerProvider clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.