7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
50 template <
typename MediaTypeT = Aws::String>
52 m_mediaTypeHasBeenSet =
true;
53 m_mediaType = std::forward<MediaTypeT>(value);
55 template <
typename MediaTypeT = Aws::String>
68 template <
typename ValueT = Aws::String>
70 m_valueHasBeenSet =
true;
71 m_value = std::forward<ValueT>(value);
73 template <
typename ValueT = Aws::String>
75 SetValue(std::forward<ValueT>(value));
83 bool m_mediaTypeHasBeenSet =
false;
84 bool m_valueHasBeenSet =
false;
bool MediaTypeHasBeenSet() const
AWS_SAGEMAKER_API TrialComponentArtifact & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMediaType() const
AWS_SAGEMAKER_API TrialComponentArtifact()=default
TrialComponentArtifact & WithMediaType(MediaTypeT &&value)
AWS_SAGEMAKER_API TrialComponentArtifact(Aws::Utils::Json::JsonView jsonValue)
void SetMediaType(MediaTypeT &&value)
bool ValueHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
TrialComponentArtifact & WithValue(ValueT &&value)
const Aws::String & GetValue() const
void SetValue(ValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue