@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListObjectivesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListObjectivesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListObjectivesRequest |
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 on a page or for an API request call.
|
String |
getNextToken()
The pagination token that's used to fetch the next set of results.
|
ObjectiveFilter |
getObjectiveFilter()
An optional filter that narrows the results to a specific domain.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
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 |
setObjectiveFilter(ObjectiveFilter objectiveFilter)
An optional filter that narrows the results to a specific domain.
|
String |
toString()
Returns a string representation of this object.
|
ListObjectivesRequest |
withMaxResults(Integer maxResults)
The maximum number of results on a page or for an API request call.
|
ListObjectivesRequest |
withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
ListObjectivesRequest |
withObjectiveFilter(ObjectiveFilter objectiveFilter)
An optional filter that narrows the results to a specific domain.
|
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, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
The maximum number of results on a page or for an API request call.
maxResults - The maximum number of results on a page or for an API request call.public Integer getMaxResults()
The maximum number of results on a page or for an API request call.
public ListObjectivesRequest withMaxResults(Integer maxResults)
The maximum number of results on a page or for an API request call.
maxResults - The maximum number of results on a page or for an API request call.public 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 ListObjectivesRequest 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 setObjectiveFilter(ObjectiveFilter objectiveFilter)
An optional filter that narrows the results to a specific domain.
This filter allows you to specify one domain ARN at a time. Passing multiple ARNs in the
ObjectiveFilter isn’t currently supported.
objectiveFilter - An optional filter that narrows the results to a specific domain.
This filter allows you to specify one domain ARN at a time. Passing multiple ARNs in the
ObjectiveFilter isn’t currently supported.
public ObjectiveFilter getObjectiveFilter()
An optional filter that narrows the results to a specific domain.
This filter allows you to specify one domain ARN at a time. Passing multiple ARNs in the
ObjectiveFilter isn’t currently supported.
This filter allows you to specify one domain ARN at a time. Passing multiple ARNs in the
ObjectiveFilter isn’t currently supported.
public ListObjectivesRequest withObjectiveFilter(ObjectiveFilter objectiveFilter)
An optional filter that narrows the results to a specific domain.
This filter allows you to specify one domain ARN at a time. Passing multiple ARNs in the
ObjectiveFilter isn’t currently supported.
objectiveFilter - An optional filter that narrows the results to a specific domain.
This filter allows you to specify one domain ARN at a time. Passing multiple ARNs in the
ObjectiveFilter isn’t currently supported.
public String toString()
toString in class ObjectObject.toString()public ListObjectivesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()