7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/model/AggregateOperation.h>
51 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
70 inline Aggregate&
AddInputs(
const char* value) { m_inputsHasBeenSet =
true; m_inputs.push_back(value);
return *
this; }
103 bool m_nameHasBeenSet =
false;
106 bool m_inputsHasBeenSet =
false;
109 bool m_groupsHasBeenSet =
false;
112 bool m_aggsHasBeenSet =
false;
Aggregate & WithInputs(Aws::Vector< Aws::String > &&value)
bool AggsHasBeenSet() const
bool NameHasBeenSet() const
AWS_GLUE_API Aggregate(Aws::Utils::Json::JsonView jsonValue)
Aggregate & WithName(Aws::String &&value)
Aggregate & WithInputs(const Aws::Vector< Aws::String > &value)
Aggregate & AddAggs(const AggregateOperation &value)
void SetInputs(Aws::Vector< Aws::String > &&value)
Aggregate & WithGroups(Aws::Vector< Aws::Vector< Aws::String > > &&value)
Aggregate & WithGroups(const Aws::Vector< Aws::Vector< Aws::String > > &value)
bool GroupsHasBeenSet() const
Aggregate & AddGroups(Aws::Vector< Aws::String > &&value)
Aggregate & AddGroups(const Aws::Vector< Aws::String > &value)
Aggregate & AddInputs(Aws::String &&value)
void SetName(const char *value)
const Aws::String & GetName() const
Aggregate & WithName(const Aws::String &value)
void SetInputs(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetInputs() const
const Aws::Vector< AggregateOperation > & GetAggs() const
Aggregate & WithAggs(Aws::Vector< AggregateOperation > &&value)
void SetGroups(const Aws::Vector< Aws::Vector< Aws::String > > &value)
Aggregate & AddInputs(const Aws::String &value)
void SetGroups(Aws::Vector< Aws::Vector< Aws::String > > &&value)
AWS_GLUE_API Aggregate & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::Vector< Aws::String > > & GetGroups() const
void SetAggs(const Aws::Vector< AggregateOperation > &value)
void SetName(const Aws::String &value)
void SetName(Aws::String &&value)
Aggregate & WithName(const char *value)
Aggregate & AddInputs(const char *value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
Aggregate & WithAggs(const Aws::Vector< AggregateOperation > &value)
Aggregate & AddAggs(AggregateOperation &&value)
void SetAggs(Aws::Vector< AggregateOperation > &&value)
bool InputsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue