7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3/S3_EXPORTS.h>
9#include <aws/s3/model/TableSseAlgorithm.h>
46 m_sseAlgorithmHasBeenSet =
true;
47 m_sseAlgorithm = value;
65 template <
typename KmsKeyArnT = Aws::String>
67 m_kmsKeyArnHasBeenSet =
true;
68 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
70 template <
typename KmsKeyArnT = Aws::String>
80 bool m_sseAlgorithmHasBeenSet =
false;
81 bool m_kmsKeyArnHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String