@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EksSourceClusterNamespace extends Object implements Serializable, Cloneable, StructuredPojo
The input source of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.
Constructor and Description |
---|
EksSourceClusterNamespace() |
Modifier and Type | Method and Description |
---|---|
EksSourceClusterNamespace |
clone() |
boolean |
equals(Object obj) |
String |
getEksClusterArn()
The Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster.
|
String |
getNamespace()
Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEksClusterArn(String eksClusterArn)
The Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster.
|
void |
setNamespace(String namespace)
Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.
|
String |
toString()
Returns a string representation of this object.
|
EksSourceClusterNamespace |
withEksClusterArn(String eksClusterArn)
The Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster.
|
EksSourceClusterNamespace |
withNamespace(String namespace)
Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.
|
public void setEksClusterArn(String eksClusterArn)
The Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN is: arn:
aws
:eks:region
:account-id
:cluster/cluster-name
. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the AWS General Reference guide.
eksClusterArn
- The Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN
is: arn:aws
:eks:region
:account-id
:cluster/cluster-name
. For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.public String getEksClusterArn()
The Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN is: arn:
aws
:eks:region
:account-id
:cluster/cluster-name
. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the AWS General Reference guide.
aws
:eks:region
:account-id
:cluster/
cluster-name
. For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.public EksSourceClusterNamespace withEksClusterArn(String eksClusterArn)
The Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN is: arn:
aws
:eks:region
:account-id
:cluster/cluster-name
. For more
information about ARNs, see
Amazon Resource Names (ARNs) in the AWS General Reference guide.
eksClusterArn
- The Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN
is: arn:aws
:eks:region
:account-id
:cluster/cluster-name
. For more information about ARNs, see Amazon Resource Names
(ARNs) in the AWS General Reference guide.public void setNamespace(String namespace)
Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.
namespace
- Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.public String getNamespace()
Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.
public EksSourceClusterNamespace withNamespace(String namespace)
Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.
namespace
- Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.public String toString()
toString
in class Object
Object.toString()
public EksSourceClusterNamespace clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.