@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()
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 by your specified criteria.
|
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 by your specified criteria.
|
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.
|
ListLinuxSubscriptionInstancesRequest |
withFilters(Collection<Filter> filters)
An array of structures that you can use to filter the results by your specified criteria.
|
ListLinuxSubscriptionInstancesRequest |
withFilters(Filter... filters)
An array of structures that you can use to filter the results by your specified criteria.
|
ListLinuxSubscriptionInstancesRequest |
withMaxResults(Integer maxResults)
The maximum items to return in a request.
|
ListLinuxSubscriptionInstancesRequest |
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 ListLinuxSubscriptionInstancesRequest()
public List<Filter> getFilters()
An array of structures that you can use to filter the results by your specified criteria. For example, you can
specify Region
in the Name
, with the contains
operator to list all
subscriptions that match a partial string in the Value
, such as us-west
.
For each filter, you can specify one of the following values for the Name
key to streamline results:
AccountID
AmiID
DualSubscription
InstanceID
InstanceType
ProductCode
Region
Status
UsageOperation
For each filter, you can use one of the following Operator
values to define the behavior of the
filter:
contains
equals
Notequal
Region
in the Name
, with the contains
operator to
list all subscriptions that match a partial string in the Value
, such as
us-west
.
For each filter, you can specify one of the following values for the Name
key to streamline
results:
AccountID
AmiID
DualSubscription
InstanceID
InstanceType
ProductCode
Region
Status
UsageOperation
For each filter, you can use one of the following Operator
values to define the behavior of
the filter:
contains
equals
Notequal
public void setFilters(Collection<Filter> filters)
An array of structures that you can use to filter the results by your specified criteria. For example, you can
specify Region
in the Name
, with the contains
operator to list all
subscriptions that match a partial string in the Value
, such as us-west
.
For each filter, you can specify one of the following values for the Name
key to streamline results:
AccountID
AmiID
DualSubscription
InstanceID
InstanceType
ProductCode
Region
Status
UsageOperation
For each filter, you can use one of the following Operator
values to define the behavior of the
filter:
contains
equals
Notequal
filters
- An array of structures that you can use to filter the results by your specified criteria. For example, you
can specify Region
in the Name
, with the contains
operator to list
all subscriptions that match a partial string in the Value
, such as us-west
.
For each filter, you can specify one of the following values for the Name
key to streamline
results:
AccountID
AmiID
DualSubscription
InstanceID
InstanceType
ProductCode
Region
Status
UsageOperation
For each filter, you can use one of the following Operator
values to define the behavior of
the filter:
contains
equals
Notequal
public ListLinuxSubscriptionInstancesRequest withFilters(Filter... filters)
An array of structures that you can use to filter the results by your specified criteria. For example, you can
specify Region
in the Name
, with the contains
operator to list all
subscriptions that match a partial string in the Value
, such as us-west
.
For each filter, you can specify one of the following values for the Name
key to streamline results:
AccountID
AmiID
DualSubscription
InstanceID
InstanceType
ProductCode
Region
Status
UsageOperation
For each filter, you can use one of the following Operator
values to define the behavior of the
filter:
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 by your specified criteria. For example, you
can specify Region
in the Name
, with the contains
operator to list
all subscriptions that match a partial string in the Value
, such as us-west
.
For each filter, you can specify one of the following values for the Name
key to streamline
results:
AccountID
AmiID
DualSubscription
InstanceID
InstanceType
ProductCode
Region
Status
UsageOperation
For each filter, you can use one of the following Operator
values to define the behavior of
the filter:
contains
equals
Notequal
public ListLinuxSubscriptionInstancesRequest withFilters(Collection<Filter> filters)
An array of structures that you can use to filter the results by your specified criteria. For example, you can
specify Region
in the Name
, with the contains
operator to list all
subscriptions that match a partial string in the Value
, such as us-west
.
For each filter, you can specify one of the following values for the Name
key to streamline results:
AccountID
AmiID
DualSubscription
InstanceID
InstanceType
ProductCode
Region
Status
UsageOperation
For each filter, you can use one of the following Operator
values to define the behavior of the
filter:
contains
equals
Notequal
filters
- An array of structures that you can use to filter the results by your specified criteria. For example, you
can specify Region
in the Name
, with the contains
operator to list
all subscriptions that match a partial string in the Value
, such as us-west
.
For each filter, you can specify one of the following values for the Name
key to streamline
results:
AccountID
AmiID
DualSubscription
InstanceID
InstanceType
ProductCode
Region
Status
UsageOperation
For each filter, you can use one of the following Operator
values to define the behavior of
the filter:
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 ListLinuxSubscriptionInstancesRequest 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 ListLinuxSubscriptionInstancesRequest 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 ListLinuxSubscriptionInstancesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()