7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/AssemblyType.h>
56 template <
typename S3OutputPathT = Aws::String>
58 m_s3OutputPathHasBeenSet =
true;
59 m_s3OutputPath = std::forward<S3OutputPathT>(value);
61 template <
typename S3OutputPathT = Aws::String>
75 template <
typename AcceptT = Aws::String>
77 m_acceptHasBeenSet =
true;
78 m_accept = std::forward<AcceptT>(value);
80 template <
typename AcceptT = Aws::String>
97 m_assembleWithHasBeenSet =
true;
98 m_assembleWith = value;
131 template <
typename KmsKeyIdT = Aws::String>
133 m_kmsKeyIdHasBeenSet =
true;
134 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
136 template <
typename KmsKeyIdT = Aws::String>
150 bool m_s3OutputPathHasBeenSet =
false;
151 bool m_acceptHasBeenSet =
false;
152 bool m_assembleWithHasBeenSet =
false;
153 bool m_kmsKeyIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue