/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Status information about the aggregated associations.See
* Also:
AWS
* API Reference
Detailed status information about the aggregated associations.
*/ inline const Aws::String& GetDetailedStatus() const{ return m_detailedStatus; } /** *Detailed status information about the aggregated associations.
*/ inline bool DetailedStatusHasBeenSet() const { return m_detailedStatusHasBeenSet; } /** *Detailed status information about the aggregated associations.
*/ inline void SetDetailedStatus(const Aws::String& value) { m_detailedStatusHasBeenSet = true; m_detailedStatus = value; } /** *Detailed status information about the aggregated associations.
*/ inline void SetDetailedStatus(Aws::String&& value) { m_detailedStatusHasBeenSet = true; m_detailedStatus = std::move(value); } /** *Detailed status information about the aggregated associations.
*/ inline void SetDetailedStatus(const char* value) { m_detailedStatusHasBeenSet = true; m_detailedStatus.assign(value); } /** *Detailed status information about the aggregated associations.
*/ inline InstanceAggregatedAssociationOverview& WithDetailedStatus(const Aws::String& value) { SetDetailedStatus(value); return *this;} /** *Detailed status information about the aggregated associations.
*/ inline InstanceAggregatedAssociationOverview& WithDetailedStatus(Aws::String&& value) { SetDetailedStatus(std::move(value)); return *this;} /** *Detailed status information about the aggregated associations.
*/ inline InstanceAggregatedAssociationOverview& WithDetailedStatus(const char* value) { SetDetailedStatus(value); return *this;} /** *The number of associations for the managed node(s).
*/ inline const Aws::MapThe number of associations for the managed node(s).
*/ inline bool InstanceAssociationStatusAggregatedCountHasBeenSet() const { return m_instanceAssociationStatusAggregatedCountHasBeenSet; } /** *The number of associations for the managed node(s).
*/ inline void SetInstanceAssociationStatusAggregatedCount(const Aws::MapThe number of associations for the managed node(s).
*/ inline void SetInstanceAssociationStatusAggregatedCount(Aws::MapThe number of associations for the managed node(s).
*/ inline InstanceAggregatedAssociationOverview& WithInstanceAssociationStatusAggregatedCount(const Aws::MapThe number of associations for the managed node(s).
*/ inline InstanceAggregatedAssociationOverview& WithInstanceAssociationStatusAggregatedCount(Aws::MapThe number of associations for the managed node(s).
*/ inline InstanceAggregatedAssociationOverview& AddInstanceAssociationStatusAggregatedCount(const Aws::String& key, int value) { m_instanceAssociationStatusAggregatedCountHasBeenSet = true; m_instanceAssociationStatusAggregatedCount.emplace(key, value); return *this; } /** *The number of associations for the managed node(s).
*/ inline InstanceAggregatedAssociationOverview& AddInstanceAssociationStatusAggregatedCount(Aws::String&& key, int value) { m_instanceAssociationStatusAggregatedCountHasBeenSet = true; m_instanceAssociationStatusAggregatedCount.emplace(std::move(key), value); return *this; } /** *The number of associations for the managed node(s).
*/ inline InstanceAggregatedAssociationOverview& AddInstanceAssociationStatusAggregatedCount(const char* key, int value) { m_instanceAssociationStatusAggregatedCountHasBeenSet = true; m_instanceAssociationStatusAggregatedCount.emplace(key, value); return *this; } private: Aws::String m_detailedStatus; bool m_detailedStatusHasBeenSet = false; Aws::Map