/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the output for DescribeInstanceHealth.See Also:
AWS
* API Reference
Information about the health of the instances.
*/ inline const Aws::VectorInformation about the health of the instances.
*/ inline void SetInstanceStates(const Aws::VectorInformation about the health of the instances.
*/ inline void SetInstanceStates(Aws::VectorInformation about the health of the instances.
*/ inline DescribeInstanceHealthResult& WithInstanceStates(const Aws::VectorInformation about the health of the instances.
*/ inline DescribeInstanceHealthResult& WithInstanceStates(Aws::VectorInformation about the health of the instances.
*/ inline DescribeInstanceHealthResult& AddInstanceStates(const InstanceState& value) { m_instanceStates.push_back(value); return *this; } /** *Information about the health of the instances.
*/ inline DescribeInstanceHealthResult& AddInstanceStates(InstanceState&& value) { m_instanceStates.push_back(std::move(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 DescribeInstanceHealthResult& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;} inline DescribeInstanceHealthResult& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;} private: Aws::Vector