7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/model/AclConfiguration.h>
9#include <aws/athena/model/EncryptionConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
53 template <
typename OutputLocationT = Aws::String>
55 m_outputLocationHasBeenSet =
true;
56 m_outputLocation = std::forward<OutputLocationT>(value);
58 template <
typename OutputLocationT = Aws::String>
79 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
81 m_encryptionConfigurationHasBeenSet =
true;
82 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
84 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
109 template <
typename ExpectedBucketOwnerT = Aws::String>
111 m_expectedBucketOwnerHasBeenSet =
true;
112 m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value);
114 template <
typename ExpectedBucketOwnerT = Aws::String>
135 template <
typename AclConfigurationT = AclConfiguration>
137 m_aclConfigurationHasBeenSet =
true;
138 m_aclConfiguration = std::forward<AclConfigurationT>(value);
140 template <
typename AclConfigurationT = AclConfiguration>
154 bool m_outputLocationHasBeenSet =
false;
155 bool m_encryptionConfigurationHasBeenSet =
false;
156 bool m_expectedBucketOwnerHasBeenSet =
false;
157 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