7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/NotebookOutputOption.h>
48 m_notebookOutputOptionHasBeenSet =
true;
49 m_notebookOutputOption = value;
64 template <
typename S3OutputPathT = Aws::String>
66 m_s3OutputPathHasBeenSet =
true;
67 m_s3OutputPath = std::forward<S3OutputPathT>(value);
69 template <
typename S3OutputPathT = Aws::String>
84 template <
typename S3KmsKeyIdT = Aws::String>
86 m_s3KmsKeyIdHasBeenSet =
true;
87 m_s3KmsKeyId = std::forward<S3KmsKeyIdT>(value);
89 template <
typename S3KmsKeyIdT = Aws::String>
101 bool m_notebookOutputOptionHasBeenSet =
false;
102 bool m_s3OutputPathHasBeenSet =
false;
103 bool m_s3KmsKeyIdHasBeenSet =
false;
NotebookOutputOption GetNotebookOutputOption() const
AWS_SAGEMAKER_API SharingSettings(Aws::Utils::Json::JsonView jsonValue)
SharingSettings & WithS3KmsKeyId(S3KmsKeyIdT &&value)
void SetNotebookOutputOption(NotebookOutputOption value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool S3KmsKeyIdHasBeenSet() const
bool S3OutputPathHasBeenSet() const
AWS_SAGEMAKER_API SharingSettings()=default
bool NotebookOutputOptionHasBeenSet() const
const Aws::String & GetS3OutputPath() const
const Aws::String & GetS3KmsKeyId() const
SharingSettings & WithNotebookOutputOption(NotebookOutputOption value)
void SetS3OutputPath(S3OutputPathT &&value)
SharingSettings & WithS3OutputPath(S3OutputPathT &&value)
void SetS3KmsKeyId(S3KmsKeyIdT &&value)
AWS_SAGEMAKER_API SharingSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue