/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the output of AllocateHosts.See Also:
AWS
* API Reference
The ID of the allocated Dedicated Host. This is used to launch an instance * onto a specific host.
*/ inline const Aws::VectorThe ID of the allocated Dedicated Host. This is used to launch an instance * onto a specific host.
*/ inline void SetHostIds(const Aws::VectorThe ID of the allocated Dedicated Host. This is used to launch an instance * onto a specific host.
*/ inline void SetHostIds(Aws::VectorThe ID of the allocated Dedicated Host. This is used to launch an instance * onto a specific host.
*/ inline AllocateHostsResponse& WithHostIds(const Aws::VectorThe ID of the allocated Dedicated Host. This is used to launch an instance * onto a specific host.
*/ inline AllocateHostsResponse& WithHostIds(Aws::VectorThe ID of the allocated Dedicated Host. This is used to launch an instance * onto a specific host.
*/ inline AllocateHostsResponse& AddHostIds(const Aws::String& value) { m_hostIds.push_back(value); return *this; } /** *The ID of the allocated Dedicated Host. This is used to launch an instance * onto a specific host.
*/ inline AllocateHostsResponse& AddHostIds(Aws::String&& value) { m_hostIds.push_back(std::move(value)); return *this; } /** *The ID of the allocated Dedicated Host. This is used to launch an instance * onto a specific host.
*/ inline AllocateHostsResponse& AddHostIds(const char* value) { m_hostIds.push_back(value); return *this; } inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; } inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; } inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); } inline AllocateHostsResponse& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;} inline AllocateHostsResponse& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;} private: Aws::Vector