/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the response to a DescribeAgentVersions
* request.See Also:
AWS
* API Reference
The agent versions for the specified stack or configuration manager. Note * that this value is the complete version number, not the abbreviated number used * by the console.
*/ inline const Aws::VectorThe agent versions for the specified stack or configuration manager. Note * that this value is the complete version number, not the abbreviated number used * by the console.
*/ inline void SetAgentVersions(const Aws::VectorThe agent versions for the specified stack or configuration manager. Note * that this value is the complete version number, not the abbreviated number used * by the console.
*/ inline void SetAgentVersions(Aws::VectorThe agent versions for the specified stack or configuration manager. Note * that this value is the complete version number, not the abbreviated number used * by the console.
*/ inline DescribeAgentVersionsResult& WithAgentVersions(const Aws::VectorThe agent versions for the specified stack or configuration manager. Note * that this value is the complete version number, not the abbreviated number used * by the console.
*/ inline DescribeAgentVersionsResult& WithAgentVersions(Aws::VectorThe agent versions for the specified stack or configuration manager. Note * that this value is the complete version number, not the abbreviated number used * by the console.
*/ inline DescribeAgentVersionsResult& AddAgentVersions(const AgentVersion& value) { m_agentVersions.push_back(value); return *this; } /** *The agent versions for the specified stack or configuration manager. Note * that this value is the complete version number, not the abbreviated number used * by the console.
*/ inline DescribeAgentVersionsResult& AddAgentVersions(AgentVersion&& value) { m_agentVersions.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 DescribeAgentVersionsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeAgentVersionsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeAgentVersionsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector