7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
41 template <
typename SourceArnT = Aws::String>
43 m_sourceArnHasBeenSet =
true;
44 m_sourceArn = std::forward<SourceArnT>(value);
46 template <
typename SourceArnT = Aws::String>
59 template <
typename SourceTypeT = Aws::String>
61 m_sourceTypeHasBeenSet =
true;
62 m_sourceType = std::forward<SourceTypeT>(value);
64 template <
typename SourceTypeT = Aws::String>
74 bool m_sourceArnHasBeenSet =
false;
75 bool m_sourceTypeHasBeenSet =
false;
bool SourceTypeHasBeenSet() const
void SetSourceType(SourceTypeT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSourceArn(SourceArnT &&value)
AWS_SAGEMAKER_API TrialComponentSource & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API TrialComponentSource()=default
const Aws::String & GetSourceType() const
const Aws::String & GetSourceArn() const
AWS_SAGEMAKER_API TrialComponentSource(Aws::Utils::Json::JsonView jsonValue)
bool SourceArnHasBeenSet() const
TrialComponentSource & WithSourceArn(SourceArnT &&value)
TrialComponentSource & WithSourceType(SourceTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue