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>
84 inline void SetCurrentGeneration(
bool value) { m_currentGenerationHasBeenSet =
true; m_currentGeneration = value; }
94 inline void SetSizeFlexEligible(
bool value) { m_sizeFlexEligibleHasBeenSet =
true; m_sizeFlexEligible = value; }
100 bool m_familyHasBeenSet =
false;
103 bool m_nodeTypeHasBeenSet =
false;
106 bool m_regionHasBeenSet =
false;
108 bool m_currentGeneration{
false};
109 bool m_currentGenerationHasBeenSet =
false;
111 bool m_sizeFlexEligible{
false};
112 bool m_sizeFlexEligibleHasBeenSet =
false;
void SetNodeType(NodeTypeT &&value)
const Aws::String & GetFamily() const
bool GetCurrentGeneration() const
bool GetSizeFlexEligible() const
void SetRegion(RegionT &&value)
MemoryDBInstanceDetails & WithSizeFlexEligible(bool value)
void SetSizeFlexEligible(bool value)
AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const
bool FamilyHasBeenSet() const
MemoryDBInstanceDetails & WithNodeType(NodeTypeT &&value)
void SetCurrentGeneration(bool value)
AWS_COSTEXPLORER_API MemoryDBInstanceDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
MemoryDBInstanceDetails & WithRegion(RegionT &&value)
AWS_COSTEXPLORER_API MemoryDBInstanceDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_COSTEXPLORER_API MemoryDBInstanceDetails()=default
bool RegionHasBeenSet() const
bool SizeFlexEligibleHasBeenSet() const
bool CurrentGenerationHasBeenSet() const
MemoryDBInstanceDetails & WithCurrentGeneration(bool value)
const Aws::String & GetRegion() const
void SetFamily(FamilyT &&value)
const Aws::String & GetNodeType() const
bool NodeTypeHasBeenSet() const
MemoryDBInstanceDetails & WithFamily(FamilyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue