7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename FamilyT = Aws::String>
48 void SetFamily(FamilyT&& value) { m_familyHasBeenSet =
true; m_family = std::forward<FamilyT>(value); }
49 template<
typename FamilyT = Aws::String>
59 template<
typename NodeTypeT = Aws::String>
60 void SetNodeType(NodeTypeT&& value) { m_nodeTypeHasBeenSet =
true; m_nodeType = std::forward<NodeTypeT>(value); }
61 template<
typename NodeTypeT = Aws::String>
71 template<
typename RegionT = Aws::String>
72 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
73 template<
typename RegionT = Aws::String>
83 template<
typename ProductDescriptionT = Aws::String>
84 void SetProductDescription(ProductDescriptionT&& value) { m_productDescriptionHasBeenSet =
true; m_productDescription = std::forward<ProductDescriptionT>(value); }
85 template<
typename ProductDescriptionT = Aws::String>
96 inline void SetCurrentGeneration(
bool value) { m_currentGenerationHasBeenSet =
true; m_currentGeneration = value; }
106 inline void SetSizeFlexEligible(
bool value) { m_sizeFlexEligibleHasBeenSet =
true; m_sizeFlexEligible = value; }
112 bool m_familyHasBeenSet =
false;
115 bool m_nodeTypeHasBeenSet =
false;
118 bool m_regionHasBeenSet =
false;
121 bool m_productDescriptionHasBeenSet =
false;
123 bool m_currentGeneration{
false};
124 bool m_currentGenerationHasBeenSet =
false;
126 bool m_sizeFlexEligible{
false};
127 bool m_sizeFlexEligibleHasBeenSet =
false;
bool GetSizeFlexEligible() const
ElastiCacheInstanceDetails & WithCurrentGeneration(bool value)
void SetCurrentGeneration(bool value)
void SetSizeFlexEligible(bool value)
ElastiCacheInstanceDetails & WithRegion(RegionT &&value)
ElastiCacheInstanceDetails & WithSizeFlexEligible(bool value)
AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetProductDescription() const
AWS_COSTEXPLORER_API ElastiCacheInstanceDetails(Aws::Utils::Json::JsonView jsonValue)
void SetNodeType(NodeTypeT &&value)
void SetRegion(RegionT &&value)
bool GetCurrentGeneration() const
const Aws::String & GetNodeType() const
ElastiCacheInstanceDetails & WithProductDescription(ProductDescriptionT &&value)
bool RegionHasBeenSet() const
bool NodeTypeHasBeenSet() const
AWS_COSTEXPLORER_API ElastiCacheInstanceDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ProductDescriptionHasBeenSet() const
bool FamilyHasBeenSet() const
bool SizeFlexEligibleHasBeenSet() const
AWS_COSTEXPLORER_API ElastiCacheInstanceDetails()=default
bool CurrentGenerationHasBeenSet() const
const Aws::String & GetRegion() const
ElastiCacheInstanceDetails & WithNodeType(NodeTypeT &&value)
void SetFamily(FamilyT &&value)
const Aws::String & GetFamily() const
void SetProductDescription(ProductDescriptionT &&value)
ElastiCacheInstanceDetails & WithFamily(FamilyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue