7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
43 template <
typename S3UriT = Aws::String>
45 m_s3UriHasBeenSet =
true;
46 m_s3Uri = std::forward<S3UriT>(value);
48 template <
typename S3UriT = Aws::String>
50 SetS3Uri(std::forward<S3UriT>(value));
66 template <
typename KmsKeyIdT = Aws::String>
68 m_kmsKeyIdHasBeenSet =
true;
69 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
71 template <
typename KmsKeyIdT = Aws::String>
84 template <
typename ResolvedOutputS3UriT = Aws::String>
86 m_resolvedOutputS3UriHasBeenSet =
true;
87 m_resolvedOutputS3Uri = std::forward<ResolvedOutputS3UriT>(value);
89 template <
typename ResolvedOutputS3UriT = Aws::String>
101 bool m_s3UriHasBeenSet =
false;
102 bool m_kmsKeyIdHasBeenSet =
false;
103 bool m_resolvedOutputS3UriHasBeenSet =
false;
void SetResolvedOutputS3Uri(ResolvedOutputS3UriT &&value)
bool S3UriHasBeenSet() const
const Aws::String & GetS3Uri() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool KmsKeyIdHasBeenSet() const
AWS_SAGEMAKER_API S3StorageConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
S3StorageConfig & WithKmsKeyId(KmsKeyIdT &&value)
AWS_SAGEMAKER_API S3StorageConfig()=default
const Aws::String & GetResolvedOutputS3Uri() const
void SetKmsKeyId(KmsKeyIdT &&value)
S3StorageConfig & WithResolvedOutputS3Uri(ResolvedOutputS3UriT &&value)
void SetS3Uri(S3UriT &&value)
bool ResolvedOutputS3UriHasBeenSet() const
S3StorageConfig & WithS3Uri(S3UriT &&value)
const Aws::String & GetKmsKeyId() const
AWS_SAGEMAKER_API S3StorageConfig(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue