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));
65 template <
typename OutputConfigT = OutputConfig>
67 m_outputConfigHasBeenSet =
true;
68 m_outputConfig = std::forward<OutputConfigT>(value);
70 template <
typename OutputConfigT = OutputConfig>
84 m_statusHasBeenSet =
true;
99 template <
typename DescriptionT = Aws::String>
101 m_descriptionHasBeenSet =
true;
102 m_description = std::forward<DescriptionT>(value);
104 template <
typename DescriptionT = Aws::String>
118 bool m_nameHasBeenSet =
false;
119 bool m_outputConfigHasBeenSet =
false;
120 bool m_statusHasBeenSet =
false;
121 bool m_descriptionHasBeenSet =
false;
AWS_ELEMENTALINFERENCE_API CreateOutput()=default
const Aws::String & GetName() const
const Aws::String & GetDescription() const
void SetOutputConfig(OutputConfigT &&value)
void SetStatus(OutputStatus value)
bool DescriptionHasBeenSet() const
AWS_ELEMENTALINFERENCE_API Aws::Utils::Json::JsonValue Jsonize() const
const OutputConfig & GetOutputConfig() const
bool NameHasBeenSet() const
void SetDescription(DescriptionT &&value)
bool OutputConfigHasBeenSet() const
CreateOutput & WithName(NameT &&value)
CreateOutput & WithStatus(OutputStatus value)
AWS_ELEMENTALINFERENCE_API CreateOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
CreateOutput & WithDescription(DescriptionT &&value)
bool StatusHasBeenSet() const
AWS_ELEMENTALINFERENCE_API CreateOutput(Aws::Utils::Json::JsonView jsonValue)
CreateOutput & WithOutputConfig(OutputConfigT &&value)
OutputStatus GetStatus() const
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue