@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProjectPoliciesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListProjectPoliciesRequest() |
Modifier and Type | Method and Description |
---|---|
ListProjectPoliciesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return per paginated call.
|
String |
getNextToken()
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom
Labels returns a pagination token in the response.
|
String |
getProjectArn()
The ARN of the project for which you want to list the project policies.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per paginated call.
|
void |
setNextToken(String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom
Labels returns a pagination token in the response.
|
void |
setProjectArn(String projectArn)
The ARN of the project for which you want to list the project policies.
|
String |
toString()
Returns a string representation of this object.
|
ListProjectPoliciesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per paginated call.
|
ListProjectPoliciesRequest |
withNextToken(String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom
Labels returns a pagination token in the response.
|
ListProjectPoliciesRequest |
withProjectArn(String projectArn)
The ARN of the project for which you want to list the project policies.
|
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 void setProjectArn(String projectArn)
The ARN of the project for which you want to list the project policies.
projectArn
- The ARN of the project for which you want to list the project policies.public String getProjectArn()
The ARN of the project for which you want to list the project policies.
public ListProjectPoliciesRequest withProjectArn(String projectArn)
The ARN of the project for which you want to list the project policies.
projectArn
- The ARN of the project for which you want to list the project policies.public void setNextToken(String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
nextToken
- If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition
Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve
the next set of results.public String getNextToken()
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
public ListProjectPoliciesRequest withNextToken(String nextToken)
If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
nextToken
- If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition
Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve
the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return per paginated call. The largest value you can specify is 5. If you specify a value greater than 5, a ValidationException error occurs. The default value is 5.
maxResults
- The maximum number of results to return per paginated call. The largest value you can specify is 5. If you
specify a value greater than 5, a ValidationException error occurs. The default value is 5.public Integer getMaxResults()
The maximum number of results to return per paginated call. The largest value you can specify is 5. If you specify a value greater than 5, a ValidationException error occurs. The default value is 5.
public ListProjectPoliciesRequest withMaxResults(Integer maxResults)
The maximum number of results to return per paginated call. The largest value you can specify is 5. If you specify a value greater than 5, a ValidationException error occurs. The default value is 5.
maxResults
- The maximum number of results to return per paginated call. The largest value you can specify is 5. If you
specify a value greater than 5, a ValidationException error occurs. The default value is 5.public String toString()
toString
in class Object
Object.toString()
public ListProjectPoliciesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()