@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListManagedPoliciesInPermissionSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListManagedPoliciesInPermissionSetRequest() |
Modifier and Type | Method and Description |
---|---|
ListManagedPoliciesInPermissionSetRequest |
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 PermissionSet.
|
String |
getNextToken()
The pagination token for the list API.
|
String |
getPermissionSetArn()
The ARN of the PermissionSet whose managed policies will be listed.
|
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 PermissionSet.
|
void |
setNextToken(String nextToken)
The pagination token for the list API.
|
void |
setPermissionSetArn(String permissionSetArn)
The ARN of the PermissionSet whose managed policies will be listed.
|
String |
toString()
Returns a string representation of this object.
|
ListManagedPoliciesInPermissionSetRequest |
withInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed.
|
ListManagedPoliciesInPermissionSetRequest |
withMaxResults(Integer maxResults)
The maximum number of results to display for the PermissionSet.
|
ListManagedPoliciesInPermissionSetRequest |
withNextToken(String nextToken)
The pagination token for the list API.
|
ListManagedPoliciesInPermissionSetRequest |
withPermissionSetArn(String permissionSetArn)
The ARN of the PermissionSet whose managed policies will be listed.
|
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 ListManagedPoliciesInPermissionSetRequest()
public void setInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
instanceArn
- The ARN of the IAM Identity Center instance under which the operation will be executed. For more
information about ARNs, see Amazon Resource
Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General
Reference.public String getInstanceArn()
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
public ListManagedPoliciesInPermissionSetRequest withInstanceArn(String instanceArn)
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
instanceArn
- The ARN of the IAM Identity Center instance under which the operation will be executed. For more
information about ARNs, see Amazon Resource
Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General
Reference.public void setMaxResults(Integer maxResults)
The maximum number of results to display for the PermissionSet.
maxResults
- The maximum number of results to display for the PermissionSet.public Integer getMaxResults()
The maximum number of results to display for the PermissionSet.
public ListManagedPoliciesInPermissionSetRequest withMaxResults(Integer maxResults)
The maximum number of results to display for the PermissionSet.
maxResults
- The maximum number of results to display for the PermissionSet.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 ListManagedPoliciesInPermissionSetRequest 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 whose managed policies will be listed.
permissionSetArn
- The ARN of the PermissionSet whose managed policies will be listed.public String getPermissionSetArn()
The ARN of the PermissionSet whose managed policies will be listed.
public ListManagedPoliciesInPermissionSetRequest withPermissionSetArn(String permissionSetArn)
The ARN of the PermissionSet whose managed policies will be listed.
permissionSetArn
- The ARN of the PermissionSet whose managed policies will be listed.public String toString()
toString
in class Object
Object.toString()
public ListManagedPoliciesInPermissionSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()