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>
120 m_fromAssociationHasBeenSet =
true;
121 m_fromAssociation = value;
137 bool m_fromAssociation{
false};
138 bool m_nameHasBeenSet =
false;
139 bool m_outputConfigHasBeenSet =
false;
140 bool m_statusHasBeenSet =
false;
141 bool m_descriptionHasBeenSet =
false;
142 bool m_fromAssociationHasBeenSet =
false;
bool FromAssociationHasBeenSet() const
const OutputConfig & GetOutputConfig() const
GetOutput & WithName(NameT &&value)
AWS_ELEMENTALINFERENCE_API GetOutput(Aws::Utils::Json::JsonView jsonValue)
AWS_ELEMENTALINFERENCE_API GetOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFromAssociation(bool value)
GetOutput & WithDescription(DescriptionT &&value)
AWS_ELEMENTALINFERENCE_API Aws::Utils::Json::JsonValue Jsonize() const
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
bool OutputConfigHasBeenSet() const
void SetDescription(DescriptionT &&value)
bool GetFromAssociation() const
void SetOutputConfig(OutputConfigT &&value)
GetOutput & WithOutputConfig(OutputConfigT &&value)
const Aws::String & GetName() const
AWS_ELEMENTALINFERENCE_API GetOutput()=default
GetOutput & WithFromAssociation(bool value)
GetOutput & WithStatus(OutputStatus value)
OutputStatus GetStatus() const
bool NameHasBeenSet() const
bool StatusHasBeenSet() const
void SetName(NameT &&value)
void SetStatus(OutputStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue