7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/athena/model/EncryptionConfiguration.h>
10#include <aws/athena/model/AclConfiguration.h>
59 inline void SetOutputLocation(
const char* value) { m_outputLocationHasBeenSet =
true; m_outputLocation.assign(value); }
79 inline void SetRemoveOutputLocation(
bool value) { m_removeOutputLocationHasBeenSet =
true; m_removeOutputLocation = value; }
134 inline void SetExpectedBucketOwner(
const char* value) { m_expectedBucketOwnerHasBeenSet =
true; m_expectedBucketOwner.assign(value); }
190 bool m_outputLocationHasBeenSet =
false;
192 bool m_removeOutputLocation;
193 bool m_removeOutputLocationHasBeenSet =
false;
196 bool m_encryptionConfigurationHasBeenSet =
false;
198 bool m_removeEncryptionConfiguration;
199 bool m_removeEncryptionConfigurationHasBeenSet =
false;
202 bool m_expectedBucketOwnerHasBeenSet =
false;
204 bool m_removeExpectedBucketOwner;
205 bool m_removeExpectedBucketOwnerHasBeenSet =
false;
208 bool m_aclConfigurationHasBeenSet =
false;
210 bool m_removeAclConfiguration;
211 bool m_removeAclConfigurationHasBeenSet =
false;
const Aws::String & GetExpectedBucketOwner() const
AWS_ATHENA_API ResultConfigurationUpdates & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RemoveEncryptionConfigurationHasBeenSet() const
bool RemoveOutputLocationHasBeenSet() const
bool GetRemoveAclConfiguration() const
void SetOutputLocation(const char *value)
bool RemoveAclConfigurationHasBeenSet() const
ResultConfigurationUpdates & WithRemoveExpectedBucketOwner(bool value)
ResultConfigurationUpdates & WithExpectedBucketOwner(const char *value)
AWS_ATHENA_API ResultConfigurationUpdates()
bool RemoveExpectedBucketOwnerHasBeenSet() const
bool GetRemoveExpectedBucketOwner() const
bool ExpectedBucketOwnerHasBeenSet() const
ResultConfigurationUpdates & WithOutputLocation(const Aws::String &value)
ResultConfigurationUpdates & WithRemoveAclConfiguration(bool value)
bool GetRemoveEncryptionConfiguration() const
void SetAclConfiguration(const AclConfiguration &value)
void SetOutputLocation(Aws::String &&value)
ResultConfigurationUpdates & WithOutputLocation(Aws::String &&value)
void SetAclConfiguration(AclConfiguration &&value)
ResultConfigurationUpdates & WithRemoveEncryptionConfiguration(bool value)
void SetRemoveOutputLocation(bool value)
ResultConfigurationUpdates & WithAclConfiguration(const AclConfiguration &value)
bool EncryptionConfigurationHasBeenSet() const
void SetExpectedBucketOwner(const Aws::String &value)
const Aws::String & GetOutputLocation() const
void SetRemoveAclConfiguration(bool value)
void SetOutputLocation(const Aws::String &value)
ResultConfigurationUpdates & WithAclConfiguration(AclConfiguration &&value)
ResultConfigurationUpdates & WithEncryptionConfiguration(const EncryptionConfiguration &value)
const EncryptionConfiguration & GetEncryptionConfiguration() const
AWS_ATHENA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEncryptionConfiguration(EncryptionConfiguration &&value)
ResultConfigurationUpdates & WithRemoveOutputLocation(bool value)
ResultConfigurationUpdates & WithOutputLocation(const char *value)
bool OutputLocationHasBeenSet() const
void SetRemoveExpectedBucketOwner(bool value)
void SetRemoveEncryptionConfiguration(bool value)
bool AclConfigurationHasBeenSet() const
void SetExpectedBucketOwner(Aws::String &&value)
bool GetRemoveOutputLocation() const
void SetEncryptionConfiguration(const EncryptionConfiguration &value)
AWS_ATHENA_API ResultConfigurationUpdates(Aws::Utils::Json::JsonView jsonValue)
ResultConfigurationUpdates & WithExpectedBucketOwner(Aws::String &&value)
ResultConfigurationUpdates & WithEncryptionConfiguration(EncryptionConfiguration &&value)
void SetExpectedBucketOwner(const char *value)
const AclConfiguration & GetAclConfiguration() const
ResultConfigurationUpdates & WithExpectedBucketOwner(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue