@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssessmentFrameworksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAssessmentFrameworksRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAssessmentFrameworksRequest |
clone() |
boolean |
equals(Object obj) |
String |
getFrameworkType()
The type of framework, such as standard or custom.
|
Integer |
getMaxResults()
Represents the maximum number of results per page, or per API request call.
|
String |
getNextToken()
The pagination token used to fetch the next set of results.
|
int |
hashCode() |
void |
setFrameworkType(String frameworkType)
The type of framework, such as standard or custom.
|
void |
setMaxResults(Integer maxResults)
Represents the maximum number of results per page, or per API request call.
|
void |
setNextToken(String nextToken)
The pagination token used to fetch the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAssessmentFrameworksRequest |
withFrameworkType(FrameworkType frameworkType)
The type of framework, such as standard or custom.
|
ListAssessmentFrameworksRequest |
withFrameworkType(String frameworkType)
The type of framework, such as standard or custom.
|
ListAssessmentFrameworksRequest |
withMaxResults(Integer maxResults)
Represents the maximum number of results per page, or per API request call.
|
ListAssessmentFrameworksRequest |
withNextToken(String nextToken)
The pagination token used to fetch the next set of results.
|
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 setFrameworkType(String frameworkType)
The type of framework, such as standard or custom.
frameworkType - The type of framework, such as standard or custom.FrameworkTypepublic String getFrameworkType()
The type of framework, such as standard or custom.
FrameworkTypepublic ListAssessmentFrameworksRequest withFrameworkType(String frameworkType)
The type of framework, such as standard or custom.
frameworkType - The type of framework, such as standard or custom.FrameworkTypepublic ListAssessmentFrameworksRequest withFrameworkType(FrameworkType frameworkType)
The type of framework, such as standard or custom.
frameworkType - The type of framework, such as standard or custom.FrameworkTypepublic void setNextToken(String nextToken)
The pagination token used to fetch the next set of results.
nextToken - The pagination token used to fetch the next set of results.public String getNextToken()
The pagination token used to fetch the next set of results.
public ListAssessmentFrameworksRequest withNextToken(String nextToken)
The pagination token used to fetch the next set of results.
nextToken - The pagination token used to fetch the next set of results.public void setMaxResults(Integer maxResults)
Represents the maximum number of results per page, or per API request call.
maxResults - Represents the maximum number of results per page, or per API request call.public Integer getMaxResults()
Represents the maximum number of results per page, or per API request call.
public ListAssessmentFrameworksRequest withMaxResults(Integer maxResults)
Represents the maximum number of results per page, or per API request call.
maxResults - Represents the maximum number of results per page, or per API request call.public String toString()
toString in class ObjectObject.toString()public ListAssessmentFrameworksRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.