@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccessEntryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAccessEntryRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAccessEntryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterName()
The name of your cluster.
|
String |
getPrincipalArn()
The ARN of the IAM principal for the
AccessEntry . |
int |
hashCode() |
void |
setClusterName(String clusterName)
The name of your cluster.
|
void |
setPrincipalArn(String principalArn)
The ARN of the IAM principal for the
AccessEntry . |
String |
toString()
Returns a string representation of this object.
|
DescribeAccessEntryRequest |
withClusterName(String clusterName)
The name of your cluster.
|
DescribeAccessEntryRequest |
withPrincipalArn(String principalArn)
The ARN of the IAM principal for the
AccessEntry . |
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, withSdkRequestTimeout
public void setClusterName(String clusterName)
The name of your cluster.
clusterName
- The name of your cluster.public String getClusterName()
The name of your cluster.
public DescribeAccessEntryRequest withClusterName(String clusterName)
The name of your cluster.
clusterName
- The name of your cluster.public void setPrincipalArn(String principalArn)
The ARN of the IAM principal for the AccessEntry
.
principalArn
- The ARN of the IAM principal for the AccessEntry
.public String getPrincipalArn()
The ARN of the IAM principal for the AccessEntry
.
AccessEntry
.public DescribeAccessEntryRequest withPrincipalArn(String principalArn)
The ARN of the IAM principal for the AccessEntry
.
principalArn
- The ARN of the IAM principal for the AccessEntry
.public String toString()
toString
in class Object
Object.toString()
public DescribeAccessEntryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()