7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/AssemblyType.h>
62 template<
typename S3OutputPathT = Aws::String>
63 void SetS3OutputPath(S3OutputPathT&& value) { m_s3OutputPathHasBeenSet =
true; m_s3OutputPath = std::forward<S3OutputPathT>(value); }
64 template<
typename S3OutputPathT = Aws::String>
75 template<
typename AcceptT = Aws::String>
76 void SetAccept(AcceptT&& value) { m_acceptHasBeenSet =
true; m_accept = std::forward<AcceptT>(value); }
77 template<
typename AcceptT = Aws::String>
119 template<
typename KmsKeyIdT = Aws::String>
120 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
121 template<
typename KmsKeyIdT = Aws::String>
127 bool m_s3OutputPathHasBeenSet =
false;
130 bool m_acceptHasBeenSet =
false;
133 bool m_assembleWithHasBeenSet =
false;
136 bool m_kmsKeyIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue