7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/personalize/Personalize_EXPORTS.h>
19namespace Personalize {
41 template <
typename PathT = Aws::String>
43 m_pathHasBeenSet =
true;
44 m_path = std::forward<PathT>(value);
46 template <
typename PathT = Aws::String>
48 SetPath(std::forward<PathT>(value));
60 template <
typename KmsKeyArnT = Aws::String>
62 m_kmsKeyArnHasBeenSet =
true;
63 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
65 template <
typename KmsKeyArnT = Aws::String>
75 bool m_pathHasBeenSet =
false;
76 bool m_kmsKeyArnHasBeenSet =
false;
bool KmsKeyArnHasBeenSet() const
AWS_PERSONALIZE_API S3DataConfig()=default
bool PathHasBeenSet() const
AWS_PERSONALIZE_API S3DataConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPath() const
S3DataConfig & WithPath(PathT &&value)
void SetKmsKeyArn(KmsKeyArnT &&value)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
S3DataConfig & WithKmsKeyArn(KmsKeyArnT &&value)
AWS_PERSONALIZE_API S3DataConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKmsKeyArn() const
void SetPath(PathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue