@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLinuxSubscriptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NextToken length limit is half of ddb accepted limit. Increase this limit if parameters in request increases.
NOOP
Constructor and Description |
---|
ListLinuxSubscriptionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListLinuxSubscriptionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
Integer |
getMaxResults()
The maximum items to return in a request.
|
String |
getNextToken()
A token to specify where to start paginating.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
void |
setMaxResults(Integer maxResults)
The maximum items to return in a request.
|
void |
setNextToken(String nextToken)
A token to specify where to start paginating.
|
String |
toString()
Returns a string representation of this object.
|
ListLinuxSubscriptionsRequest |
withFilters(Collection<Filter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
ListLinuxSubscriptionsRequest |
withFilters(Filter... filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
ListLinuxSubscriptionsRequest |
withMaxResults(Integer maxResults)
The maximum items to return in a request.
|
ListLinuxSubscriptionsRequest |
withNextToken(String nextToken)
A token to specify where to start paginating.
|
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 List<Filter> getFilters()
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify. For example, you can filter by the name of Subscription
with an optional
operator to see subscriptions that match, partially match, or don't match a certain subscription's name.
The valid names for this filter are:
Subscription
The valid Operators for this filter are:
contains
equals
Notequal
Subscription
with an optional operator to see subscriptions that match, partially match, or don't match a certain
subscription's name.
The valid names for this filter are:
Subscription
The valid Operators for this filter are:
contains
equals
Notequal
public void setFilters(Collection<Filter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify. For example, you can filter by the name of Subscription
with an optional
operator to see subscriptions that match, partially match, or don't match a certain subscription's name.
The valid names for this filter are:
Subscription
The valid Operators for this filter are:
contains
equals
Notequal
filters
- An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify. For example, you can filter by the name of Subscription
with an optional operator to see subscriptions that match, partially match, or don't match a certain
subscription's name.
The valid names for this filter are:
Subscription
The valid Operators for this filter are:
contains
equals
Notequal
public ListLinuxSubscriptionsRequest withFilters(Filter... filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify. For example, you can filter by the name of Subscription
with an optional
operator to see subscriptions that match, partially match, or don't match a certain subscription's name.
The valid names for this filter are:
Subscription
The valid Operators for this filter are:
contains
equals
Notequal
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify. For example, you can filter by the name of Subscription
with an optional operator to see subscriptions that match, partially match, or don't match a certain
subscription's name.
The valid names for this filter are:
Subscription
The valid Operators for this filter are:
contains
equals
Notequal
public ListLinuxSubscriptionsRequest withFilters(Collection<Filter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify. For example, you can filter by the name of Subscription
with an optional
operator to see subscriptions that match, partially match, or don't match a certain subscription's name.
The valid names for this filter are:
Subscription
The valid Operators for this filter are:
contains
equals
Notequal
filters
- An array of structures that you can use to filter the results to those that match one or more sets of
key-value pairs that you specify. For example, you can filter by the name of Subscription
with an optional operator to see subscriptions that match, partially match, or don't match a certain
subscription's name.
The valid names for this filter are:
Subscription
The valid Operators for this filter are:
contains
equals
Notequal
public void setMaxResults(Integer maxResults)
The maximum items to return in a request.
maxResults
- The maximum items to return in a request.public Integer getMaxResults()
The maximum items to return in a request.
public ListLinuxSubscriptionsRequest withMaxResults(Integer maxResults)
The maximum items to return in a request.
maxResults
- The maximum items to return in a request.public void setNextToken(String nextToken)
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
nextToken
- A token to specify where to start paginating. This is the nextToken from a previously truncated response.public String getNextToken()
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
public ListLinuxSubscriptionsRequest withNextToken(String nextToken)
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
nextToken
- A token to specify where to start paginating. This is the nextToken from a previously truncated response.public String toString()
toString
in class Object
Object.toString()
public ListLinuxSubscriptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()