@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssessmentFrameworkShareRequestsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAssessmentFrameworkShareRequestsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAssessmentFrameworkShareRequestsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Represents the maximum number of results on a page or for an API request call.
|
String |
getNextToken()
The pagination token that's used to fetch the next set of results.
|
String |
getRequestType()
Specifies whether the share request is a sent request or a received request.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
|
void |
setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
void |
setRequestType(String requestType)
Specifies whether the share request is a sent request or a received request.
|
String |
toString()
Returns a string representation of this object.
|
ListAssessmentFrameworkShareRequestsRequest |
withMaxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
|
ListAssessmentFrameworkShareRequestsRequest |
withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
ListAssessmentFrameworkShareRequestsRequest |
withRequestType(ShareRequestType requestType)
Specifies whether the share request is a sent request or a received request.
|
ListAssessmentFrameworkShareRequestsRequest |
withRequestType(String requestType)
Specifies whether the share request is a sent request or a received request.
|
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 ListAssessmentFrameworkShareRequestsRequest()
public void setRequestType(String requestType)
Specifies whether the share request is a sent request or a received request.
requestType - Specifies whether the share request is a sent request or a received request.ShareRequestTypepublic String getRequestType()
Specifies whether the share request is a sent request or a received request.
ShareRequestTypepublic ListAssessmentFrameworkShareRequestsRequest withRequestType(String requestType)
Specifies whether the share request is a sent request or a received request.
requestType - Specifies whether the share request is a sent request or a received request.ShareRequestTypepublic ListAssessmentFrameworkShareRequestsRequest withRequestType(ShareRequestType requestType)
Specifies whether the share request is a sent request or a received request.
requestType - Specifies whether the share request is a sent request or a received request.ShareRequestTypepublic void setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken - The pagination token that's used to fetch the next set of results.public String getNextToken()
The pagination token that's used to fetch the next set of results.
public ListAssessmentFrameworkShareRequestsRequest withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken - The pagination token that's used to fetch the next set of results.public void setMaxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
maxResults - Represents the maximum number of results on a page or for an API request call.public Integer getMaxResults()
Represents the maximum number of results on a page or for an API request call.
public ListAssessmentFrameworkShareRequestsRequest withMaxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
maxResults - Represents the maximum number of results on a page or for an API request call.public String toString()
toString in class ObjectObject.toString()public ListAssessmentFrameworkShareRequestsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.