@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EksContainerEnvironmentVariable extends Object implements Serializable, Cloneable, StructuredPojo
An environment variable.
Constructor and Description |
---|
EksContainerEnvironmentVariable() |
Modifier and Type | Method and Description |
---|---|
EksContainerEnvironmentVariable |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the environment variable.
|
String |
getValue()
The value of the environment variable.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the environment variable.
|
void |
setValue(String value)
The value of the environment variable.
|
String |
toString()
Returns a string representation of this object.
|
EksContainerEnvironmentVariable |
withName(String name)
The name of the environment variable.
|
EksContainerEnvironmentVariable |
withValue(String value)
The value of the environment variable.
|
public void setName(String name)
The name of the environment variable.
name
- The name of the environment variable.public String getName()
The name of the environment variable.
public EksContainerEnvironmentVariable withName(String name)
The name of the environment variable.
name
- The name of the environment variable.public void setValue(String value)
The value of the environment variable.
value
- The value of the environment variable.public String getValue()
The value of the environment variable.
public EksContainerEnvironmentVariable withValue(String value)
The value of the environment variable.
value
- The value of the environment variable.public String toString()
toString
in class Object
Object.toString()
public EksContainerEnvironmentVariable clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.