@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCustomerManagedPolicyReferencesInPermissionSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCustomerManagedPolicyReferencesInPermissionSetResult() |
Modifier and Type | Method and Description |
---|---|
ListCustomerManagedPolicyReferencesInPermissionSetResult |
clone() |
boolean |
equals(Object obj) |
List<CustomerManagedPolicyReference> |
getCustomerManagedPolicyReferences()
Specifies the names and paths of the customer managed policies that you have attached to your permission set.
|
String |
getNextToken()
The pagination token for the list API.
|
int |
hashCode() |
void |
setCustomerManagedPolicyReferences(Collection<CustomerManagedPolicyReference> customerManagedPolicyReferences)
Specifies the names and paths of the customer managed policies that you have attached to your permission set.
|
void |
setNextToken(String nextToken)
The pagination token for the list API.
|
String |
toString()
Returns a string representation of this object.
|
ListCustomerManagedPolicyReferencesInPermissionSetResult |
withCustomerManagedPolicyReferences(Collection<CustomerManagedPolicyReference> customerManagedPolicyReferences)
Specifies the names and paths of the customer managed policies that you have attached to your permission set.
|
ListCustomerManagedPolicyReferencesInPermissionSetResult |
withCustomerManagedPolicyReferences(CustomerManagedPolicyReference... customerManagedPolicyReferences)
Specifies the names and paths of the customer managed policies that you have attached to your permission set.
|
ListCustomerManagedPolicyReferencesInPermissionSetResult |
withNextToken(String nextToken)
The pagination token for the list API.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListCustomerManagedPolicyReferencesInPermissionSetResult()
public List<CustomerManagedPolicyReference> getCustomerManagedPolicyReferences()
Specifies the names and paths of the customer managed policies that you have attached to your permission set.
public void setCustomerManagedPolicyReferences(Collection<CustomerManagedPolicyReference> customerManagedPolicyReferences)
Specifies the names and paths of the customer managed policies that you have attached to your permission set.
customerManagedPolicyReferences
- Specifies the names and paths of the customer managed policies that you have attached to your permission
set.public ListCustomerManagedPolicyReferencesInPermissionSetResult withCustomerManagedPolicyReferences(CustomerManagedPolicyReference... customerManagedPolicyReferences)
Specifies the names and paths of the customer managed policies that you have attached to your permission set.
NOTE: This method appends the values to the existing list (if any). Use
setCustomerManagedPolicyReferences(java.util.Collection)
or
withCustomerManagedPolicyReferences(java.util.Collection)
if you want to override the existing values.
customerManagedPolicyReferences
- Specifies the names and paths of the customer managed policies that you have attached to your permission
set.public ListCustomerManagedPolicyReferencesInPermissionSetResult withCustomerManagedPolicyReferences(Collection<CustomerManagedPolicyReference> customerManagedPolicyReferences)
Specifies the names and paths of the customer managed policies that you have attached to your permission set.
customerManagedPolicyReferences
- Specifies the names and paths of the customer managed policies that you have attached to your permission
set.public void setNextToken(String nextToken)
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
nextToken
- The pagination token for the list API. Initially the value is null. Use the output of previous API calls
to make subsequent calls.public String getNextToken()
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
public ListCustomerManagedPolicyReferencesInPermissionSetResult withNextToken(String nextToken)
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
nextToken
- The pagination token for the list API. Initially the value is null. Use the output of previous API calls
to make subsequent calls.public String toString()
toString
in class Object
Object.toString()
public ListCustomerManagedPolicyReferencesInPermissionSetResult clone()