@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMissionProfilesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListMissionProfilesRequest() |
Modifier and Type | Method and Description |
---|---|
ListMissionProfilesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of mission profiles returned.
|
String |
getNextToken()
Next token returned in the request of a previous
ListMissionProfiles call. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Maximum number of mission profiles returned.
|
void |
setNextToken(String nextToken)
Next token returned in the request of a previous
ListMissionProfiles call. |
String |
toString()
Returns a string representation of this object.
|
ListMissionProfilesRequest |
withMaxResults(Integer maxResults)
Maximum number of mission profiles returned.
|
ListMissionProfilesRequest |
withNextToken(String nextToken)
Next token returned in the request of a previous
ListMissionProfiles call. |
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 setMaxResults(Integer maxResults)
Maximum number of mission profiles returned.
maxResults
- Maximum number of mission profiles returned.public Integer getMaxResults()
Maximum number of mission profiles returned.
public ListMissionProfilesRequest withMaxResults(Integer maxResults)
Maximum number of mission profiles returned.
maxResults
- Maximum number of mission profiles returned.public void setNextToken(String nextToken)
Next token returned in the request of a previous ListMissionProfiles
call. Used to get the next page
of results.
nextToken
- Next token returned in the request of a previous ListMissionProfiles
call. Used to get the
next page of results.public String getNextToken()
Next token returned in the request of a previous ListMissionProfiles
call. Used to get the next page
of results.
ListMissionProfiles
call. Used to get the
next page of results.public ListMissionProfilesRequest withNextToken(String nextToken)
Next token returned in the request of a previous ListMissionProfiles
call. Used to get the next page
of results.
nextToken
- Next token returned in the request of a previous ListMissionProfiles
call. Used to get the
next page of results.public String toString()
toString
in class Object
Object.toString()
public ListMissionProfilesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()