7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/TrialComponentSource.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/sagemaker/model/UserContext.h>
51 inline void SetTrialComponentName(
const char* value) { m_trialComponentNameHasBeenSet =
true; m_trialComponentName.assign(value); }
65 inline void SetTrialComponentArn(
const char* value) { m_trialComponentArnHasBeenSet =
true; m_trialComponentArn.assign(value); }
105 bool m_trialComponentNameHasBeenSet =
false;
108 bool m_trialComponentArnHasBeenSet =
false;
111 bool m_trialComponentSourceHasBeenSet =
false;
114 bool m_creationTimeHasBeenSet =
false;
117 bool m_createdByHasBeenSet =
false;
void SetCreatedBy(UserContext &&value)
void SetTrialComponentArn(const char *value)
AWS_SAGEMAKER_API TrialComponentSimpleSummary()
void SetTrialComponentName(Aws::String &&value)
const Aws::String & GetTrialComponentArn() const
const UserContext & GetCreatedBy() const
bool CreationTimeHasBeenSet() const
bool CreatedByHasBeenSet() const
void SetTrialComponentArn(Aws::String &&value)
void SetCreationTime(const Aws::Utils::DateTime &value)
void SetTrialComponentName(const char *value)
void SetTrialComponentSource(TrialComponentSource &&value)
TrialComponentSimpleSummary & WithTrialComponentName(Aws::String &&value)
TrialComponentSimpleSummary & WithCreatedBy(const UserContext &value)
void SetTrialComponentSource(const TrialComponentSource &value)
const TrialComponentSource & GetTrialComponentSource() const
TrialComponentSimpleSummary & WithCreatedBy(UserContext &&value)
TrialComponentSimpleSummary & WithTrialComponentName(const char *value)
TrialComponentSimpleSummary & WithTrialComponentArn(const char *value)
TrialComponentSimpleSummary & WithTrialComponentSource(const TrialComponentSource &value)
bool TrialComponentArnHasBeenSet() const
void SetCreatedBy(const UserContext &value)
AWS_SAGEMAKER_API TrialComponentSimpleSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreationTime() const
TrialComponentSimpleSummary & WithTrialComponentArn(const Aws::String &value)
bool TrialComponentNameHasBeenSet() const
AWS_SAGEMAKER_API TrialComponentSimpleSummary(Aws::Utils::Json::JsonView jsonValue)
TrialComponentSimpleSummary & WithTrialComponentSource(TrialComponentSource &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
TrialComponentSimpleSummary & WithCreationTime(const Aws::Utils::DateTime &value)
void SetCreationTime(Aws::Utils::DateTime &&value)
TrialComponentSimpleSummary & WithTrialComponentArn(Aws::String &&value)
const Aws::String & GetTrialComponentName() const
void SetTrialComponentArn(const Aws::String &value)
TrialComponentSimpleSummary & WithCreationTime(Aws::Utils::DateTime &&value)
TrialComponentSimpleSummary & WithTrialComponentName(const Aws::String &value)
bool TrialComponentSourceHasBeenSet() const
void SetTrialComponentName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue