7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/ce/model/Coverage.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
50 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
51 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
53 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
55 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
65 template<
typename CoverageT = Coverage>
66 void SetCoverage(CoverageT&& value) { m_coverageHasBeenSet =
true; m_coverage = std::forward<CoverageT>(value); }
67 template<
typename CoverageT = Coverage>
73 bool m_attributesHasBeenSet =
false;
76 bool m_coverageHasBeenSet =
false;
bool CoverageHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
bool AttributesHasBeenSet() const
void SetCoverage(CoverageT &&value)
ReservationCoverageGroup & WithAttributes(AttributesT &&value)
AWS_COSTEXPLORER_API ReservationCoverageGroup()=default
ReservationCoverageGroup & AddAttributes(AttributesKeyT &&key, AttributesValueT &&value)
ReservationCoverageGroup & WithCoverage(CoverageT &&value)
AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_COSTEXPLORER_API ReservationCoverageGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAttributes(AttributesT &&value)
AWS_COSTEXPLORER_API ReservationCoverageGroup(Aws::Utils::Json::JsonView jsonValue)
const Coverage & GetCoverage() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue