/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include See Also:
AWS
* API Reference
The nextToken
value to include in a future
* ListVirtualServices
request. When the results of a
* ListVirtualServices
request exceed limit
, you can use
* this value to retrieve the next page of results. This value is null
* when there are no more results to return.
The nextToken
value to include in a future
* ListVirtualServices
request. When the results of a
* ListVirtualServices
request exceed limit
, you can use
* this value to retrieve the next page of results. This value is null
* when there are no more results to return.
The nextToken
value to include in a future
* ListVirtualServices
request. When the results of a
* ListVirtualServices
request exceed limit
, you can use
* this value to retrieve the next page of results. This value is null
* when there are no more results to return.
The nextToken
value to include in a future
* ListVirtualServices
request. When the results of a
* ListVirtualServices
request exceed limit
, you can use
* this value to retrieve the next page of results. This value is null
* when there are no more results to return.
The nextToken
value to include in a future
* ListVirtualServices
request. When the results of a
* ListVirtualServices
request exceed limit
, you can use
* this value to retrieve the next page of results. This value is null
* when there are no more results to return.
The nextToken
value to include in a future
* ListVirtualServices
request. When the results of a
* ListVirtualServices
request exceed limit
, you can use
* this value to retrieve the next page of results. This value is null
* when there are no more results to return.
The nextToken
value to include in a future
* ListVirtualServices
request. When the results of a
* ListVirtualServices
request exceed limit
, you can use
* this value to retrieve the next page of results. This value is null
* when there are no more results to return.
The list of existing virtual services for the specified service mesh.
*/ inline const Aws::VectorThe list of existing virtual services for the specified service mesh.
*/ inline void SetVirtualServices(const Aws::VectorThe list of existing virtual services for the specified service mesh.
*/ inline void SetVirtualServices(Aws::VectorThe list of existing virtual services for the specified service mesh.
*/ inline ListVirtualServicesResult& WithVirtualServices(const Aws::VectorThe list of existing virtual services for the specified service mesh.
*/ inline ListVirtualServicesResult& WithVirtualServices(Aws::VectorThe list of existing virtual services for the specified service mesh.
*/ inline ListVirtualServicesResult& AddVirtualServices(const VirtualServiceRef& value) { m_virtualServices.push_back(value); return *this; } /** *The list of existing virtual services for the specified service mesh.
*/ inline ListVirtualServicesResult& AddVirtualServices(VirtualServiceRef&& value) { m_virtualServices.push_back(std::move(value)); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline ListVirtualServicesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ListVirtualServicesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ListVirtualServicesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_nextToken; Aws::Vector