7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elementalinference/ElementalInference_EXPORTS.h>
9#include <aws/elementalinference/model/OutputConfig.h>
10#include <aws/elementalinference/model/OutputStatus.h>
21namespace ElementalInference {
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
64 template <
typename OutputConfigT = OutputConfig>
66 m_outputConfigHasBeenSet =
true;
67 m_outputConfig = std::forward<OutputConfigT>(value);
69 template <
typename OutputConfigT = OutputConfig>
83 m_statusHasBeenSet =
true;
98 template <
typename DescriptionT = Aws::String>
100 m_descriptionHasBeenSet =
true;
101 m_description = std::forward<DescriptionT>(value);
103 template <
typename DescriptionT = Aws::String>
121 m_fromAssociationHasBeenSet =
true;
122 m_fromAssociation = value;
138 bool m_fromAssociation{
false};
139 bool m_nameHasBeenSet =
false;
140 bool m_outputConfigHasBeenSet =
false;
141 bool m_statusHasBeenSet =
false;
142 bool m_descriptionHasBeenSet =
false;
143 bool m_fromAssociationHasBeenSet =
false;
OutputStatus GetStatus() const
bool DescriptionHasBeenSet() const
AWS_ELEMENTALINFERENCE_API Aws::Utils::Json::JsonValue Jsonize() const
UpdateOutput & WithOutputConfig(OutputConfigT &&value)
void SetOutputConfig(OutputConfigT &&value)
const Aws::String & GetName() const
bool NameHasBeenSet() const
UpdateOutput & WithStatus(OutputStatus value)
UpdateOutput & WithDescription(DescriptionT &&value)
bool GetFromAssociation() const
void SetStatus(OutputStatus value)
void SetDescription(DescriptionT &&value)
bool StatusHasBeenSet() const
UpdateOutput & WithFromAssociation(bool value)
UpdateOutput & WithName(NameT &&value)
AWS_ELEMENTALINFERENCE_API UpdateOutput()=default
const OutputConfig & GetOutputConfig() const
void SetFromAssociation(bool value)
void SetName(NameT &&value)
bool FromAssociationHasBeenSet() const
AWS_ELEMENTALINFERENCE_API UpdateOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ELEMENTALINFERENCE_API UpdateOutput(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
bool OutputConfigHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue