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