7#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename ArnT = Aws::String>
59 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
60 template<
typename ArnT = Aws::String>
70 template<
typename StatusT = Aws::String>
71 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
72 template<
typename StatusT = Aws::String>
82 template<
typename OutputLocationT = Aws::String>
83 void SetOutputLocation(OutputLocationT&& value) { m_outputLocationHasBeenSet =
true; m_outputLocation = std::forward<OutputLocationT>(value); }
84 template<
typename OutputLocationT = Aws::String>
94 template<
typename FailureReasonT = Aws::String>
95 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
96 template<
typename FailureReasonT = Aws::String>
106 template<
typename CloudwatchLogUrlT = Aws::String>
107 void SetCloudwatchLogUrl(CloudwatchLogUrlT&& value) { m_cloudwatchLogUrlHasBeenSet =
true; m_cloudwatchLogUrl = std::forward<CloudwatchLogUrlT>(value); }
108 template<
typename CloudwatchLogUrlT = Aws::String>
114 bool m_nameHasBeenSet =
false;
117 bool m_arnHasBeenSet =
false;
120 bool m_statusHasBeenSet =
false;
123 bool m_outputLocationHasBeenSet =
false;
126 bool m_failureReasonHasBeenSet =
false;
129 bool m_cloudwatchLogUrlHasBeenSet =
false;
bool OutputLocationHasBeenSet() const
bool StatusHasBeenSet() const
MlResourceDefinition & WithName(NameT &&value)
MlResourceDefinition & WithOutputLocation(OutputLocationT &&value)
bool FailureReasonHasBeenSet() const
AWS_NEPTUNEDATA_API MlResourceDefinition(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFailureReason() const
bool ArnHasBeenSet() const
void SetArn(ArnT &&value)
void SetCloudwatchLogUrl(CloudwatchLogUrlT &&value)
AWS_NEPTUNEDATA_API MlResourceDefinition()=default
AWS_NEPTUNEDATA_API MlResourceDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CloudwatchLogUrlHasBeenSet() const
MlResourceDefinition & WithCloudwatchLogUrl(CloudwatchLogUrlT &&value)
AWS_NEPTUNEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOutputLocation(OutputLocationT &&value)
const Aws::String & GetName() const
const Aws::String & GetOutputLocation() const
bool NameHasBeenSet() const
const Aws::String & GetStatus() const
MlResourceDefinition & WithFailureReason(FailureReasonT &&value)
void SetName(NameT &&value)
MlResourceDefinition & WithArn(ArnT &&value)
const Aws::String & GetCloudwatchLogUrl() const
void SetStatus(StatusT &&value)
MlResourceDefinition & WithStatus(StatusT &&value)
const Aws::String & GetArn() const
void SetFailureReason(FailureReasonT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue