@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCustomerManagedPolicyReferencesInPermissionSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListCustomerManagedPolicyReferencesInPermissionSetRequest() |
Modifier and Type | Method and Description |
---|---|
ListCustomerManagedPolicyReferencesInPermissionSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInstanceArn()
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
Integer |
getMaxResults()
The maximum number of results to display for the list call.
|
String |
getNextToken()
The pagination token for the list API.
|
String |
getPermissionSetArn()
The ARN of the
PermissionSet . |
int |
hashCode() |
void |
setInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to display for the list call.
|
void |
setNextToken(String nextToken)
The pagination token for the list API.
|
void |
setPermissionSetArn(String permissionSetArn)
The ARN of the
PermissionSet . |
String |
toString()
Returns a string representation of this object.
|
ListCustomerManagedPolicyReferencesInPermissionSetRequest |
withInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
ListCustomerManagedPolicyReferencesInPermissionSetRequest |
withMaxResults(Integer maxResults)
The maximum number of results to display for the list call.
|
ListCustomerManagedPolicyReferencesInPermissionSetRequest |
withNextToken(String nextToken)
The pagination token for the list API.
|
ListCustomerManagedPolicyReferencesInPermissionSetRequest |
withPermissionSetArn(String permissionSetArn)
The ARN of the
PermissionSet . |
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 ListCustomerManagedPolicyReferencesInPermissionSetRequest()
public void setInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
instanceArn
- The ARN of the IAM Identity Center instance under which the operation will be executed.public String getInstanceArn()
The ARN of the IAM Identity Center instance under which the operation will be executed.
public ListCustomerManagedPolicyReferencesInPermissionSetRequest withInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
instanceArn
- The ARN of the IAM Identity Center instance under which the operation will be executed.public void setMaxResults(Integer maxResults)
The maximum number of results to display for the list call.
maxResults
- The maximum number of results to display for the list call.public Integer getMaxResults()
The maximum number of results to display for the list call.
public ListCustomerManagedPolicyReferencesInPermissionSetRequest withMaxResults(Integer maxResults)
The maximum number of results to display for the list call.
maxResults
- The maximum number of results to display for the list call.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 ListCustomerManagedPolicyReferencesInPermissionSetRequest 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 void setPermissionSetArn(String permissionSetArn)
The ARN of the PermissionSet
.
permissionSetArn
- The ARN of the PermissionSet
.public String getPermissionSetArn()
The ARN of the PermissionSet
.
PermissionSet
.public ListCustomerManagedPolicyReferencesInPermissionSetRequest withPermissionSetArn(String permissionSetArn)
The ARN of the PermissionSet
.
permissionSetArn
- The ARN of the PermissionSet
.public String toString()
toString
in class Object
Object.toString()
public ListCustomerManagedPolicyReferencesInPermissionSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()