7#include <aws/ce/CostExplorer_EXPORTS.h>
8#include <aws/ce/model/GroupDefinitionType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename KeyT = Aws::String>
59 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
60 template<
typename KeyT = Aws::String>
66 bool m_typeHasBeenSet =
false;
69 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