/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The list of Amazon Web Services services returned by the
* DescribeServices operation.See Also:
AWS
* API Reference
A JSON-formatted list of Amazon Web Services services.
*/ inline const Aws::VectorA JSON-formatted list of Amazon Web Services services.
*/ inline void SetServices(const Aws::VectorA JSON-formatted list of Amazon Web Services services.
*/ inline void SetServices(Aws::VectorA JSON-formatted list of Amazon Web Services services.
*/ inline DescribeServicesResult& WithServices(const Aws::VectorA JSON-formatted list of Amazon Web Services services.
*/ inline DescribeServicesResult& WithServices(Aws::VectorA JSON-formatted list of Amazon Web Services services.
*/ inline DescribeServicesResult& AddServices(const Service& value) { m_services.push_back(value); return *this; } /** *A JSON-formatted list of Amazon Web Services services.
*/ inline DescribeServicesResult& AddServices(Service&& value) { m_services.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 DescribeServicesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeServicesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeServicesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector