@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLinuxSubscriptionInstancesRequest 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 |
|---|
ListLinuxSubscriptionInstancesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListLinuxSubscriptionInstancesRequest |
clone() |
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()
Maximum number of results to return in a single call.
|
String |
getNextToken()
Token for the next set of results.
|
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)
Maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
Token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListLinuxSubscriptionInstancesRequest |
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.
|
ListLinuxSubscriptionInstancesRequest |
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.
|
ListLinuxSubscriptionInstancesRequest |
withMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListLinuxSubscriptionInstancesRequest |
withNextToken(String nextToken)
Token for the next set of results.
|
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 ListLinuxSubscriptionInstancesRequest()
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 AmiID with an optional operator
to see subscriptions that match, partially match, or don't match a certain Amazon Machine Image (AMI) ID.
The valid names for this filter are:
AmiID
InstanceID
AccountID
Status
Region
UsageOperation
ProductCode
InstanceType
The valid Operators for this filter are:
contains
equals
Notequal
AmiID with an
optional operator to see subscriptions that match, partially match, or don't match a certain Amazon
Machine Image (AMI) ID.
The valid names for this filter are:
AmiID
InstanceID
AccountID
Status
Region
UsageOperation
ProductCode
InstanceType
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 AmiID with an optional operator
to see subscriptions that match, partially match, or don't match a certain Amazon Machine Image (AMI) ID.
The valid names for this filter are:
AmiID
InstanceID
AccountID
Status
Region
UsageOperation
ProductCode
InstanceType
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 AmiID with an
optional operator to see subscriptions that match, partially match, or don't match a certain Amazon
Machine Image (AMI) ID.
The valid names for this filter are:
AmiID
InstanceID
AccountID
Status
Region
UsageOperation
ProductCode
InstanceType
The valid Operators for this filter are:
contains
equals
Notequal
public ListLinuxSubscriptionInstancesRequest 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 AmiID with an optional operator
to see subscriptions that match, partially match, or don't match a certain Amazon Machine Image (AMI) ID.
The valid names for this filter are:
AmiID
InstanceID
AccountID
Status
Region
UsageOperation
ProductCode
InstanceType
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 AmiID with an
optional operator to see subscriptions that match, partially match, or don't match a certain Amazon
Machine Image (AMI) ID.
The valid names for this filter are:
AmiID
InstanceID
AccountID
Status
Region
UsageOperation
ProductCode
InstanceType
The valid Operators for this filter are:
contains
equals
Notequal
public ListLinuxSubscriptionInstancesRequest 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 AmiID with an optional operator
to see subscriptions that match, partially match, or don't match a certain Amazon Machine Image (AMI) ID.
The valid names for this filter are:
AmiID
InstanceID
AccountID
Status
Region
UsageOperation
ProductCode
InstanceType
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 AmiID with an
optional operator to see subscriptions that match, partially match, or don't match a certain Amazon
Machine Image (AMI) ID.
The valid names for this filter are:
AmiID
InstanceID
AccountID
Status
Region
UsageOperation
ProductCode
InstanceType
The valid Operators for this filter are:
contains
equals
Notequal
public void setMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
maxResults - Maximum number of results to return in a single call.public Integer getMaxResults()
Maximum number of results to return in a single call.
public ListLinuxSubscriptionInstancesRequest withMaxResults(Integer maxResults)
Maximum number of results to return in a single call.
maxResults - Maximum number of results to return in a single call.public void setNextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.public String getNextToken()
Token for the next set of results.
public ListLinuxSubscriptionInstancesRequest withNextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.public String toString()
toString in class ObjectObject.toString()public ListLinuxSubscriptionInstancesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.