@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssumeRoleForPodIdentityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AssumeRoleForPodIdentityRequest() |
| Modifier and Type | Method and Description |
|---|---|
AssumeRoleForPodIdentityRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterName()
The name of the cluster for the request.
|
String |
getToken()
The token of the Kubernetes service account for the pod.
|
int |
hashCode() |
void |
setClusterName(String clusterName)
The name of the cluster for the request.
|
void |
setToken(String token)
The token of the Kubernetes service account for the pod.
|
String |
toString()
Returns a string representation of this object.
|
AssumeRoleForPodIdentityRequest |
withClusterName(String clusterName)
The name of the cluster for the request.
|
AssumeRoleForPodIdentityRequest |
withToken(String token)
The token of the Kubernetes service account for the pod.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setClusterName(String clusterName)
The name of the cluster for the request.
clusterName - The name of the cluster for the request.public String getClusterName()
The name of the cluster for the request.
public AssumeRoleForPodIdentityRequest withClusterName(String clusterName)
The name of the cluster for the request.
clusterName - The name of the cluster for the request.public void setToken(String token)
The token of the Kubernetes service account for the pod.
token - The token of the Kubernetes service account for the pod.public String getToken()
The token of the Kubernetes service account for the pod.
public AssumeRoleForPodIdentityRequest withToken(String token)
The token of the Kubernetes service account for the pod.
token - The token of the Kubernetes service account for the pod.public String toString()
toString in class ObjectObject.toString()public AssumeRoleForPodIdentityRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()