/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the input of a ListOnPremisesInstances
* operation.See Also:
AWS
* API Reference
The registration status of the on-premises instances:
* Deregistered
: Include deregistered on-premises instances in the
* resulting list.
Registered
: Include registered
* on-premises instances in the resulting list.
The registration status of the on-premises instances:
* Deregistered
: Include deregistered on-premises instances in the
* resulting list.
Registered
: Include registered
* on-premises instances in the resulting list.
The registration status of the on-premises instances:
* Deregistered
: Include deregistered on-premises instances in the
* resulting list.
Registered
: Include registered
* on-premises instances in the resulting list.
The registration status of the on-premises instances:
* Deregistered
: Include deregistered on-premises instances in the
* resulting list.
Registered
: Include registered
* on-premises instances in the resulting list.
The registration status of the on-premises instances:
* Deregistered
: Include deregistered on-premises instances in the
* resulting list.
Registered
: Include registered
* on-premises instances in the resulting list.
The registration status of the on-premises instances:
* Deregistered
: Include deregistered on-premises instances in the
* resulting list.
Registered
: Include registered
* on-premises instances in the resulting list.
The on-premises instance tags that are used to restrict the on-premises * instance names returned.
*/ inline const Aws::VectorThe on-premises instance tags that are used to restrict the on-premises * instance names returned.
*/ inline bool TagFiltersHasBeenSet() const { return m_tagFiltersHasBeenSet; } /** *The on-premises instance tags that are used to restrict the on-premises * instance names returned.
*/ inline void SetTagFilters(const Aws::VectorThe on-premises instance tags that are used to restrict the on-premises * instance names returned.
*/ inline void SetTagFilters(Aws::VectorThe on-premises instance tags that are used to restrict the on-premises * instance names returned.
*/ inline ListOnPremisesInstancesRequest& WithTagFilters(const Aws::VectorThe on-premises instance tags that are used to restrict the on-premises * instance names returned.
*/ inline ListOnPremisesInstancesRequest& WithTagFilters(Aws::VectorThe on-premises instance tags that are used to restrict the on-premises * instance names returned.
*/ inline ListOnPremisesInstancesRequest& AddTagFilters(const TagFilter& value) { m_tagFiltersHasBeenSet = true; m_tagFilters.push_back(value); return *this; } /** *The on-premises instance tags that are used to restrict the on-premises * instance names returned.
*/ inline ListOnPremisesInstancesRequest& AddTagFilters(TagFilter&& value) { m_tagFiltersHasBeenSet = true; m_tagFilters.push_back(std::move(value)); return *this; } /** *An identifier returned from the previous list on-premises instances call. It * can be used to return the next set of on-premises instances in the list.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *An identifier returned from the previous list on-premises instances call. It * can be used to return the next set of on-premises instances in the list.
*/ inline bool NextTokenHasBeenSet() const { return m_nextTokenHasBeenSet; } /** *An identifier returned from the previous list on-premises instances call. It * can be used to return the next set of on-premises instances in the list.
*/ inline void SetNextToken(const Aws::String& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; } /** *An identifier returned from the previous list on-premises instances call. It * can be used to return the next set of on-premises instances in the list.
*/ inline void SetNextToken(Aws::String&& value) { m_nextTokenHasBeenSet = true; m_nextToken = std::move(value); } /** *An identifier returned from the previous list on-premises instances call. It * can be used to return the next set of on-premises instances in the list.
*/ inline void SetNextToken(const char* value) { m_nextTokenHasBeenSet = true; m_nextToken.assign(value); } /** *An identifier returned from the previous list on-premises instances call. It * can be used to return the next set of on-premises instances in the list.
*/ inline ListOnPremisesInstancesRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *An identifier returned from the previous list on-premises instances call. It * can be used to return the next set of on-premises instances in the list.
*/ inline ListOnPremisesInstancesRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *An identifier returned from the previous list on-premises instances call. It * can be used to return the next set of on-premises instances in the list.
*/ inline ListOnPremisesInstancesRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;} private: RegistrationStatus m_registrationStatus; bool m_registrationStatusHasBeenSet = false; Aws::Vector