7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/model/GroupDefinitionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace CostExplorer {
43 m_typeHasBeenSet =
true;
58 template <
typename KeyT = Aws::String>
60 m_keyHasBeenSet =
true;
61 m_key = std::forward<KeyT>(value);
63 template <
typename KeyT = Aws::String>
65 SetKey(std::forward<KeyT>(value));
73 bool m_typeHasBeenSet =
false;
74 bool m_keyHasBeenSet =
false;
AWS_COSTEXPLORER_API GroupDefinition()=default
GroupDefinition & WithKey(KeyT &&value)
GroupDefinitionType GetType() const
bool TypeHasBeenSet() const
void SetType(GroupDefinitionType value)
AWS_COSTEXPLORER_API GroupDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KeyHasBeenSet() const
GroupDefinition & WithType(GroupDefinitionType value)
AWS_COSTEXPLORER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_COSTEXPLORER_API GroupDefinition(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKey() const
void SetKey(KeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue