@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssociatedAccessPoliciesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAssociatedAccessPoliciesResult() |
Modifier and Type | Method and Description |
---|---|
ListAssociatedAccessPoliciesResult |
clone() |
boolean |
equals(Object obj) |
List<AssociatedAccessPolicy> |
getAssociatedAccessPolicies()
The list of access policies associated with the access entry.
|
String |
getClusterName()
The name of your cluster.
|
String |
getNextToken()
The
nextToken value returned from a previous paginated request, where maxResults was
used and the results exceeded the value of that parameter. |
String |
getPrincipalArn()
The ARN of the IAM principal for the
AccessEntry . |
int |
hashCode() |
void |
setAssociatedAccessPolicies(Collection<AssociatedAccessPolicy> associatedAccessPolicies)
The list of access policies associated with the access entry.
|
void |
setClusterName(String clusterName)
The name of your cluster.
|
void |
setNextToken(String nextToken)
The
nextToken value returned from a previous paginated request, where maxResults was
used and the results exceeded the value of that parameter. |
void |
setPrincipalArn(String principalArn)
The ARN of the IAM principal for the
AccessEntry . |
String |
toString()
Returns a string representation of this object.
|
ListAssociatedAccessPoliciesResult |
withAssociatedAccessPolicies(AssociatedAccessPolicy... associatedAccessPolicies)
The list of access policies associated with the access entry.
|
ListAssociatedAccessPoliciesResult |
withAssociatedAccessPolicies(Collection<AssociatedAccessPolicy> associatedAccessPolicies)
The list of access policies associated with the access entry.
|
ListAssociatedAccessPoliciesResult |
withClusterName(String clusterName)
The name of your cluster.
|
ListAssociatedAccessPoliciesResult |
withNextToken(String nextToken)
The
nextToken value returned from a previous paginated request, where maxResults was
used and the results exceeded the value of that parameter. |
ListAssociatedAccessPoliciesResult |
withPrincipalArn(String principalArn)
The ARN of the IAM principal for the
AccessEntry . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 ListAssociatedAccessPoliciesResult 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 ListAssociatedAccessPoliciesResult withPrincipalArn(String principalArn)
The ARN of the IAM principal for the AccessEntry
.
principalArn
- The ARN of the IAM principal for the AccessEntry
.public void setNextToken(String nextToken)
The nextToken
value returned from a previous paginated request, where maxResults
was
used and the results exceeded the value of that parameter. Pagination continues from the end of the previous
results that returned the nextToken
value. This value is null when there are no more results to
return.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
nextToken
- The nextToken
value returned from a previous paginated request, where maxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the
previous results that returned the nextToken
value. This value is null when there are no more
results to return. This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
public String getNextToken()
The nextToken
value returned from a previous paginated request, where maxResults
was
used and the results exceeded the value of that parameter. Pagination continues from the end of the previous
results that returned the nextToken
value. This value is null when there are no more results to
return.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
nextToken
value returned from a previous paginated request, where
maxResults
was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the nextToken
value. This value
is null when there are no more results to return. This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
public ListAssociatedAccessPoliciesResult withNextToken(String nextToken)
The nextToken
value returned from a previous paginated request, where maxResults
was
used and the results exceeded the value of that parameter. Pagination continues from the end of the previous
results that returned the nextToken
value. This value is null when there are no more results to
return.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
nextToken
- The nextToken
value returned from a previous paginated request, where maxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the
previous results that returned the nextToken
value. This value is null when there are no more
results to return. This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
public List<AssociatedAccessPolicy> getAssociatedAccessPolicies()
The list of access policies associated with the access entry.
public void setAssociatedAccessPolicies(Collection<AssociatedAccessPolicy> associatedAccessPolicies)
The list of access policies associated with the access entry.
associatedAccessPolicies
- The list of access policies associated with the access entry.public ListAssociatedAccessPoliciesResult withAssociatedAccessPolicies(AssociatedAccessPolicy... associatedAccessPolicies)
The list of access policies associated with the access entry.
NOTE: This method appends the values to the existing list (if any). Use
setAssociatedAccessPolicies(java.util.Collection)
or
withAssociatedAccessPolicies(java.util.Collection)
if you want to override the existing values.
associatedAccessPolicies
- The list of access policies associated with the access entry.public ListAssociatedAccessPoliciesResult withAssociatedAccessPolicies(Collection<AssociatedAccessPolicy> associatedAccessPolicies)
The list of access policies associated with the access entry.
associatedAccessPolicies
- The list of access policies associated with the access entry.public String toString()
toString
in class Object
Object.toString()
public ListAssociatedAccessPoliciesResult clone()