7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/neptunedata/Neptunedata_EXPORTS.h>
19namespace neptunedata {
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename ArnT = Aws::String>
60 m_arnHasBeenSet =
true;
61 m_arn = std::forward<ArnT>(value);
63 template <
typename ArnT = Aws::String>
65 SetArn(std::forward<ArnT>(value));
76 template <
typename StatusT = Aws::String>
78 m_statusHasBeenSet =
true;
79 m_status = std::forward<StatusT>(value);
81 template <
typename StatusT = Aws::String>
94 template <
typename OutputLocationT = Aws::String>
96 m_outputLocationHasBeenSet =
true;
97 m_outputLocation = std::forward<OutputLocationT>(value);
99 template <
typename OutputLocationT = Aws::String>
112 template <
typename FailureReasonT = Aws::String>
114 m_failureReasonHasBeenSet =
true;
115 m_failureReason = std::forward<FailureReasonT>(value);
117 template <
typename FailureReasonT = Aws::String>
130 template <
typename CloudwatchLogUrlT = Aws::String>
132 m_cloudwatchLogUrlHasBeenSet =
true;
133 m_cloudwatchLogUrl = std::forward<CloudwatchLogUrlT>(value);
135 template <
typename CloudwatchLogUrlT = Aws::String>
153 bool m_nameHasBeenSet =
false;
154 bool m_arnHasBeenSet =
false;
155 bool m_statusHasBeenSet =
false;
156 bool m_outputLocationHasBeenSet =
false;
157 bool m_failureReasonHasBeenSet =
false;
158 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