7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/NotebookOutputOption.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
64 template<
typename S3OutputPathT = Aws::String>
65 void SetS3OutputPath(S3OutputPathT&& value) { m_s3OutputPathHasBeenSet =
true; m_s3OutputPath = std::forward<S3OutputPathT>(value); }
66 template<
typename S3OutputPathT = Aws::String>
78 template<
typename S3KmsKeyIdT = Aws::String>
79 void SetS3KmsKeyId(S3KmsKeyIdT&& value) { m_s3KmsKeyIdHasBeenSet =
true; m_s3KmsKeyId = std::forward<S3KmsKeyIdT>(value); }
80 template<
typename S3KmsKeyIdT = Aws::String>
86 bool m_notebookOutputOptionHasBeenSet =
false;
89 bool m_s3OutputPathHasBeenSet =
false;
92 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