7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
41 template <
typename ClusterIdT = Aws::String>
43 m_clusterIdHasBeenSet =
true;
44 m_clusterId = std::forward<ClusterIdT>(value);
46 template <
typename ClusterIdT = Aws::String>
59 template <
typename StepIdT = Aws::String>
61 m_stepIdHasBeenSet =
true;
62 m_stepId = std::forward<StepIdT>(value);
64 template <
typename StepIdT = Aws::String>
77 template <
typename StepNameT = Aws::String>
79 m_stepNameHasBeenSet =
true;
80 m_stepName = std::forward<StepNameT>(value);
82 template <
typename StepNameT = Aws::String>
96 template <
typename LogFilePathT = Aws::String>
98 m_logFilePathHasBeenSet =
true;
99 m_logFilePath = std::forward<LogFilePathT>(value);
101 template <
typename LogFilePathT = Aws::String>
115 bool m_clusterIdHasBeenSet =
false;
116 bool m_stepIdHasBeenSet =
false;
117 bool m_stepNameHasBeenSet =
false;
118 bool m_logFilePathHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue