7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
56 template<
typename MediaTypeT = Aws::String>
57 void SetMediaType(MediaTypeT&& value) { m_mediaTypeHasBeenSet =
true; m_mediaType = std::forward<MediaTypeT>(value); }
58 template<
typename MediaTypeT = Aws::String>
68 template<
typename ValueT = Aws::String>
69 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
70 template<
typename ValueT = Aws::String>
76 bool m_mediaTypeHasBeenSet =
false;
79 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