@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccessPoliciesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAccessPoliciesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAccessPoliciesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getIdentityId()
The ID of the identity.
|
String |
getIdentityType()
The type of identity (user or group).
|
Integer |
getMaxResults()
The maximum number of results to be returned per paginated request.
|
String |
getNextToken()
The token to be used for the next set of paginated results.
|
String |
getResourceId()
The ID of the resource.
|
String |
getResourceType()
The type of resource (portal or project).
|
int |
hashCode() |
void |
setIdentityId(String identityId)
The ID of the identity.
|
void |
setIdentityType(String identityType)
The type of identity (user or group).
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
void |
setNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
void |
setResourceId(String resourceId)
The ID of the resource.
|
void |
setResourceType(String resourceType)
The type of resource (portal or project).
|
String |
toString()
Returns a string representation of this object.
|
ListAccessPoliciesRequest |
withIdentityId(String identityId)
The ID of the identity.
|
ListAccessPoliciesRequest |
withIdentityType(IdentityType identityType)
The type of identity (user or group).
|
ListAccessPoliciesRequest |
withIdentityType(String identityType)
The type of identity (user or group).
|
ListAccessPoliciesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListAccessPoliciesRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListAccessPoliciesRequest |
withResourceId(String resourceId)
The ID of the resource.
|
ListAccessPoliciesRequest |
withResourceType(ResourceType resourceType)
The type of resource (portal or project).
|
ListAccessPoliciesRequest |
withResourceType(String resourceType)
The type of resource (portal or project).
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setIdentityType(String identityType)
The type of identity (user or group). This parameter is required if you specify identityId.
identityType - The type of identity (user or group). This parameter is required if you specify identityId.IdentityTypepublic String getIdentityType()
The type of identity (user or group). This parameter is required if you specify identityId.
identityId.IdentityTypepublic ListAccessPoliciesRequest withIdentityType(String identityType)
The type of identity (user or group). This parameter is required if you specify identityId.
identityType - The type of identity (user or group). This parameter is required if you specify identityId.IdentityTypepublic ListAccessPoliciesRequest withIdentityType(IdentityType identityType)
The type of identity (user or group). This parameter is required if you specify identityId.
identityType - The type of identity (user or group). This parameter is required if you specify identityId.IdentityTypepublic void setIdentityId(String identityId)
The ID of the identity. This parameter is required if you specify identityType.
identityId - The ID of the identity. This parameter is required if you specify identityType.public String getIdentityId()
The ID of the identity. This parameter is required if you specify identityType.
identityType.public ListAccessPoliciesRequest withIdentityId(String identityId)
The ID of the identity. This parameter is required if you specify identityType.
identityId - The ID of the identity. This parameter is required if you specify identityType.public void setResourceType(String resourceType)
The type of resource (portal or project). This parameter is required if you specify resourceId.
resourceType - The type of resource (portal or project). This parameter is required if you specify
resourceId.ResourceTypepublic String getResourceType()
The type of resource (portal or project). This parameter is required if you specify resourceId.
resourceId.ResourceTypepublic ListAccessPoliciesRequest withResourceType(String resourceType)
The type of resource (portal or project). This parameter is required if you specify resourceId.
resourceType - The type of resource (portal or project). This parameter is required if you specify
resourceId.ResourceTypepublic ListAccessPoliciesRequest withResourceType(ResourceType resourceType)
The type of resource (portal or project). This parameter is required if you specify resourceId.
resourceType - The type of resource (portal or project). This parameter is required if you specify
resourceId.ResourceTypepublic void setResourceId(String resourceId)
The ID of the resource. This parameter is required if you specify resourceType.
resourceId - The ID of the resource. This parameter is required if you specify resourceType.public String getResourceId()
The ID of the resource. This parameter is required if you specify resourceType.
resourceType.public ListAccessPoliciesRequest withResourceId(String resourceId)
The ID of the resource. This parameter is required if you specify resourceType.
resourceId - The ID of the resource. This parameter is required if you specify resourceType.public void setNextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.public String getNextToken()
The token to be used for the next set of paginated results.
public ListAccessPoliciesRequest withNextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.public void setMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
maxResults - The maximum number of results to be returned per paginated request.public Integer getMaxResults()
The maximum number of results to be returned per paginated request.
public ListAccessPoliciesRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
maxResults - The maximum number of results to be returned per paginated request.public String toString()
toString in class ObjectObject.toString()public ListAccessPoliciesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.