7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/model/AwsAthenaWorkGroupConfigurationDetails.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename DescriptionT = Aws::String>
61 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
62 template<
typename DescriptionT = Aws::String>
72 template<
typename StateT = Aws::String>
73 void SetState(StateT&& value) { m_stateHasBeenSet =
true; m_state = std::forward<StateT>(value); }
74 template<
typename StateT = Aws::String>
88 template<
typename ConfigurationT = AwsAthenaWorkGroupConfigurationDetails>
89 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
90 template<
typename ConfigurationT = AwsAthenaWorkGroupConfigurationDetails>
96 bool m_nameHasBeenSet =
false;
99 bool m_descriptionHasBeenSet =
false;
102 bool m_stateHasBeenSet =
false;
105 bool m_configurationHasBeenSet =
false;
bool DescriptionHasBeenSet() const
AWS_SECURITYHUB_API AwsAthenaWorkGroupDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsAthenaWorkGroupDetails & WithState(StateT &&value)
AwsAthenaWorkGroupDetails & WithDescription(DescriptionT &&value)
void SetState(StateT &&value)
AwsAthenaWorkGroupDetails & WithName(NameT &&value)
bool ConfigurationHasBeenSet() const
const Aws::String & GetName() const
AWS_SECURITYHUB_API AwsAthenaWorkGroupDetails(Aws::Utils::Json::JsonView jsonValue)
AwsAthenaWorkGroupDetails & WithConfiguration(ConfigurationT &&value)
const AwsAthenaWorkGroupConfigurationDetails & GetConfiguration() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API AwsAthenaWorkGroupDetails()=default
const Aws::String & GetState() const
void SetConfiguration(ConfigurationT &&value)
bool NameHasBeenSet() const
bool StateHasBeenSet() const
void SetName(NameT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue