7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/model/AwsAthenaWorkGroupConfigurationDetails.h>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
64 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
78 inline void SetState(
const char* value) { m_stateHasBeenSet =
true; m_state.assign(value); }
102 bool m_nameHasBeenSet =
false;
105 bool m_descriptionHasBeenSet =
false;
108 bool m_stateHasBeenSet =
false;
111 bool m_configurationHasBeenSet =
false;
bool DescriptionHasBeenSet() const
void SetState(const Aws::String &value)
AWS_SECURITYHUB_API AwsAthenaWorkGroupDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(const Aws::String &value)
void SetConfiguration(AwsAthenaWorkGroupConfigurationDetails &&value)
void SetState(Aws::String &&value)
AwsAthenaWorkGroupDetails & WithConfiguration(AwsAthenaWorkGroupConfigurationDetails &&value)
AwsAthenaWorkGroupDetails & WithName(const char *value)
AwsAthenaWorkGroupDetails & WithDescription(const char *value)
AwsAthenaWorkGroupDetails & WithState(const Aws::String &value)
void SetDescription(Aws::String &&value)
AWS_SECURITYHUB_API AwsAthenaWorkGroupDetails()
AwsAthenaWorkGroupDetails & WithDescription(const Aws::String &value)
AwsAthenaWorkGroupDetails & WithState(const char *value)
void SetState(const char *value)
bool ConfigurationHasBeenSet() const
const Aws::String & GetName() const
AWS_SECURITYHUB_API AwsAthenaWorkGroupDetails(Aws::Utils::Json::JsonView jsonValue)
AwsAthenaWorkGroupDetails & WithConfiguration(const AwsAthenaWorkGroupConfigurationDetails &value)
AwsAthenaWorkGroupDetails & WithDescription(Aws::String &&value)
const AwsAthenaWorkGroupConfigurationDetails & GetConfiguration() const
void SetDescription(const char *value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsAthenaWorkGroupDetails & WithName(Aws::String &&value)
void SetConfiguration(const AwsAthenaWorkGroupConfigurationDetails &value)
void SetDescription(const Aws::String &value)
const Aws::String & GetState() const
AwsAthenaWorkGroupDetails & WithName(const Aws::String &value)
void SetName(Aws::String &&value)
bool NameHasBeenSet() const
bool StateHasBeenSet() const
AwsAthenaWorkGroupDetails & WithState(Aws::String &&value)
const Aws::String & GetDescription() const
void SetName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue