@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEnabledBaselinesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListEnabledBaselinesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEnabledBaselinesRequest |
clone() |
boolean |
equals(Object obj) |
EnabledBaselineFilter |
getFilter()
A filter applied on the
ListEnabledBaseline operation. |
Integer |
getMaxResults()
The maximum number of results to be shown.
|
String |
getNextToken()
A pagination token.
|
int |
hashCode() |
void |
setFilter(EnabledBaselineFilter filter)
A filter applied on the
ListEnabledBaseline operation. |
void |
setMaxResults(Integer maxResults)
The maximum number of results to be shown.
|
void |
setNextToken(String nextToken)
A pagination token.
|
String |
toString()
Returns a string representation of this object.
|
ListEnabledBaselinesRequest |
withFilter(EnabledBaselineFilter filter)
A filter applied on the
ListEnabledBaseline operation. |
ListEnabledBaselinesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be shown.
|
ListEnabledBaselinesRequest |
withNextToken(String nextToken)
A pagination token.
|
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 setFilter(EnabledBaselineFilter filter)
A filter applied on the ListEnabledBaseline operation. Allowed filters are
baselineIdentifiers and targetIdentifiers. The filter can be applied for either, or
both.
filter - A filter applied on the ListEnabledBaseline operation. Allowed filters are
baselineIdentifiers and targetIdentifiers. The filter can be applied for either,
or both.public EnabledBaselineFilter getFilter()
A filter applied on the ListEnabledBaseline operation. Allowed filters are
baselineIdentifiers and targetIdentifiers. The filter can be applied for either, or
both.
ListEnabledBaseline operation. Allowed filters are
baselineIdentifiers and targetIdentifiers. The filter can be applied for
either, or both.public ListEnabledBaselinesRequest withFilter(EnabledBaselineFilter filter)
A filter applied on the ListEnabledBaseline operation. Allowed filters are
baselineIdentifiers and targetIdentifiers. The filter can be applied for either, or
both.
filter - A filter applied on the ListEnabledBaseline operation. Allowed filters are
baselineIdentifiers and targetIdentifiers. The filter can be applied for either,
or both.public void setMaxResults(Integer maxResults)
The maximum number of results to be shown.
maxResults - The maximum number of results to be shown.public Integer getMaxResults()
The maximum number of results to be shown.
public ListEnabledBaselinesRequest withMaxResults(Integer maxResults)
The maximum number of results to be shown.
maxResults - The maximum number of results to be shown.public void setNextToken(String nextToken)
A pagination token.
nextToken - A pagination token.public String getNextToken()
A pagination token.
public ListEnabledBaselinesRequest withNextToken(String nextToken)
A pagination token.
nextToken - A pagination token.public String toString()
toString in class ObjectObject.toString()public ListEnabledBaselinesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.