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 template<
typename OutputLocationT = Aws::String>
60 void SetOutputLocation(OutputLocationT&& value) { m_outputLocationHasBeenSet =
true; m_outputLocation = std::forward<OutputLocationT>(value); }
61 template<
typename OutputLocationT = Aws::String>
79 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
80 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
81 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
103 template<
typename ExpectedBucketOwnerT = Aws::String>
104 void SetExpectedBucketOwner(ExpectedBucketOwnerT&& value) { m_expectedBucketOwnerHasBeenSet =
true; m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value); }
105 template<
typename ExpectedBucketOwnerT = Aws::String>
123 template<
typename AclConfigurationT = AclConfiguration>
124 void SetAclConfiguration(AclConfigurationT&& value) { m_aclConfigurationHasBeenSet =
true; m_aclConfiguration = std::forward<AclConfigurationT>(value); }
125 template<
typename AclConfigurationT = AclConfiguration>
131 bool m_outputLocationHasBeenSet =
false;
134 bool m_encryptionConfigurationHasBeenSet =
false;
137 bool m_expectedBucketOwnerHasBeenSet =
false;
140 bool m_aclConfigurationHasBeenSet =
false;
AWS_ATHENA_API ResultConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetAclConfiguration(AclConfigurationT &&value)
AWS_ATHENA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOutputLocation(OutputLocationT &&value)
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
ResultConfiguration & WithExpectedBucketOwner(ExpectedBucketOwnerT &&value)
const EncryptionConfiguration & GetEncryptionConfiguration() const
AWS_ATHENA_API ResultConfiguration()=default
void SetExpectedBucketOwner(ExpectedBucketOwnerT &&value)
const Aws::String & GetOutputLocation() const
bool AclConfigurationHasBeenSet() const
const Aws::String & GetExpectedBucketOwner() const
const AclConfiguration & GetAclConfiguration() const
ResultConfiguration & WithAclConfiguration(AclConfigurationT &&value)
bool ExpectedBucketOwnerHasBeenSet() const
ResultConfiguration & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
ResultConfiguration & WithOutputLocation(OutputLocationT &&value)
AWS_ATHENA_API ResultConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool OutputLocationHasBeenSet() const
bool EncryptionConfigurationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue