/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include NextToken length limit is half of ddb accepted limit. Increase this limit if
* parameters in request increases.See Also:
AWS
* API Reference
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
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
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
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
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
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
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
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
Maximum number of results to return in a single call.
*/ inline int GetMaxResults() const{ return m_maxResults; } /** *Maximum number of results to return in a single call.
*/ inline bool MaxResultsHasBeenSet() const { return m_maxResultsHasBeenSet; } /** *Maximum number of results to return in a single call.
*/ inline void SetMaxResults(int value) { m_maxResultsHasBeenSet = true; m_maxResults = value; } /** *Maximum number of results to return in a single call.
*/ inline ListLinuxSubscriptionInstancesRequest& WithMaxResults(int value) { SetMaxResults(value); return *this;} /** *Token for the next set of results.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *Token for the next set of results.
*/ inline bool NextTokenHasBeenSet() const { return m_nextTokenHasBeenSet; } /** *Token for the next set of results.
*/ inline void SetNextToken(const Aws::String& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; } /** *Token for the next set of results.
*/ inline void SetNextToken(Aws::String&& value) { m_nextTokenHasBeenSet = true; m_nextToken = std::move(value); } /** *Token for the next set of results.
*/ inline void SetNextToken(const char* value) { m_nextTokenHasBeenSet = true; m_nextToken.assign(value); } /** *Token for the next set of results.
*/ inline ListLinuxSubscriptionInstancesRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *Token for the next set of results.
*/ inline ListLinuxSubscriptionInstancesRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *Token for the next set of results.
*/ inline ListLinuxSubscriptionInstancesRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;} private: Aws::Vector