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>
57 template<
typename OutputLocationT = Aws::String>
58 void SetOutputLocation(OutputLocationT&& value) { m_outputLocationHasBeenSet =
true; m_outputLocation = std::forward<OutputLocationT>(value); }
59 template<
typename OutputLocationT = Aws::String>
77 inline void SetRemoveOutputLocation(
bool value) { m_removeOutputLocationHasBeenSet =
true; m_removeOutputLocation = value; }
87 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
88 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
89 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
130 template<
typename ExpectedBucketOwnerT = Aws::String>
131 void SetExpectedBucketOwner(ExpectedBucketOwnerT&& value) { m_expectedBucketOwnerHasBeenSet =
true; m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value); }
132 template<
typename ExpectedBucketOwnerT = Aws::String>
160 template<
typename AclConfigurationT = AclConfiguration>
161 void SetAclConfiguration(AclConfigurationT&& value) { m_aclConfigurationHasBeenSet =
true; m_aclConfiguration = std::forward<AclConfigurationT>(value); }
162 template<
typename AclConfigurationT = AclConfiguration>
186 bool m_outputLocationHasBeenSet =
false;
188 bool m_removeOutputLocation{
false};
189 bool m_removeOutputLocationHasBeenSet =
false;
191 EncryptionConfiguration m_encryptionConfiguration;
192 bool m_encryptionConfigurationHasBeenSet =
false;
194 bool m_removeEncryptionConfiguration{
false};
195 bool m_removeEncryptionConfigurationHasBeenSet =
false;
198 bool m_expectedBucketOwnerHasBeenSet =
false;
200 bool m_removeExpectedBucketOwner{
false};
201 bool m_removeExpectedBucketOwnerHasBeenSet =
false;
203 AclConfiguration m_aclConfiguration;
204 bool m_aclConfigurationHasBeenSet =
false;
206 bool m_removeAclConfiguration{
false};
207 bool m_removeAclConfigurationHasBeenSet =
false;
const Aws::String & GetExpectedBucketOwner() const
AWS_ATHENA_API ResultConfigurationUpdates & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
AWS_ATHENA_API ResultConfigurationUpdates()=default
bool RemoveEncryptionConfigurationHasBeenSet() const
void SetOutputLocation(OutputLocationT &&value)
bool RemoveOutputLocationHasBeenSet() const
bool GetRemoveAclConfiguration() const
bool RemoveAclConfigurationHasBeenSet() const
ResultConfigurationUpdates & WithRemoveExpectedBucketOwner(bool value)
bool RemoveExpectedBucketOwnerHasBeenSet() const
bool GetRemoveExpectedBucketOwner() const
bool ExpectedBucketOwnerHasBeenSet() const
ResultConfigurationUpdates & WithRemoveAclConfiguration(bool value)
bool GetRemoveEncryptionConfiguration() const
ResultConfigurationUpdates & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
ResultConfigurationUpdates & WithRemoveEncryptionConfiguration(bool value)
void SetRemoveOutputLocation(bool value)
bool EncryptionConfigurationHasBeenSet() const
const Aws::String & GetOutputLocation() const
void SetRemoveAclConfiguration(bool value)
const EncryptionConfiguration & GetEncryptionConfiguration() const
AWS_ATHENA_API Aws::Utils::Json::JsonValue Jsonize() const
ResultConfigurationUpdates & WithAclConfiguration(AclConfigurationT &&value)
void SetAclConfiguration(AclConfigurationT &&value)
void SetExpectedBucketOwner(ExpectedBucketOwnerT &&value)
ResultConfigurationUpdates & WithRemoveOutputLocation(bool value)
ResultConfigurationUpdates & WithOutputLocation(OutputLocationT &&value)
bool OutputLocationHasBeenSet() const
void SetRemoveExpectedBucketOwner(bool value)
void SetRemoveEncryptionConfiguration(bool value)
bool AclConfigurationHasBeenSet() const
bool GetRemoveOutputLocation() const
AWS_ATHENA_API ResultConfigurationUpdates(Aws::Utils::Json::JsonView jsonValue)
ResultConfigurationUpdates & WithExpectedBucketOwner(ExpectedBucketOwnerT &&value)
const AclConfiguration & GetAclConfiguration() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue