7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/nova-act/NovaAct_EXPORTS.h>
11#include <aws/nova-act/model/CompatibilityInformation.h>
12#include <aws/nova-act/model/ModelAlias.h>
13#include <aws/nova-act/model/ModelSummary.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
40 template <
typename ModelSummariesT = Aws::Vector<ModelSummary>>
42 m_modelSummariesHasBeenSet =
true;
43 m_modelSummaries = std::forward<ModelSummariesT>(value);
45 template <
typename ModelSummariesT = Aws::Vector<ModelSummary>>
50 template <
typename ModelSummariesT = ModelSummary>
52 m_modelSummariesHasBeenSet =
true;
53 m_modelSummaries.emplace_back(std::forward<ModelSummariesT>(value));
63 template <
typename ModelAliasesT = Aws::Vector<ModelAlias>>
65 m_modelAliasesHasBeenSet =
true;
66 m_modelAliases = std::forward<ModelAliasesT>(value);
68 template <
typename ModelAliasesT = Aws::Vector<ModelAlias>>
73 template <
typename ModelAliasesT = ModelAlias>
75 m_modelAliasesHasBeenSet =
true;
76 m_modelAliases.emplace_back(std::forward<ModelAliasesT>(value));
86 template <
typename CompatibilityInformationT = CompatibilityInformation>
88 m_compatibilityInformationHasBeenSet =
true;
89 m_compatibilityInformation = std::forward<CompatibilityInformationT>(value);
91 template <
typename CompatibilityInformationT = CompatibilityInformation>
101 template <
typename RequestIdT = Aws::String>
103 m_requestIdHasBeenSet =
true;
104 m_requestId = std::forward<RequestIdT>(value);
106 template <
typename RequestIdT = Aws::String>
123 bool m_modelSummariesHasBeenSet =
false;
124 bool m_modelAliasesHasBeenSet =
false;
125 bool m_compatibilityInformationHasBeenSet =
false;
126 bool m_requestIdHasBeenSet =
false;
ListModelsResult & AddModelAliases(ModelAliasesT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
ListModelsResult & WithRequestId(RequestIdT &&value)
AWS_NOVAACT_API ListModelsResult()=default
const Aws::Vector< ModelSummary > & GetModelSummaries() const
ListModelsResult & WithCompatibilityInformation(CompatibilityInformationT &&value)
AWS_NOVAACT_API ListModelsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetModelSummaries(ModelSummariesT &&value)
const Aws::Vector< ModelAlias > & GetModelAliases() const
void SetModelAliases(ModelAliasesT &&value)
ListModelsResult & WithModelAliases(ModelAliasesT &&value)
const CompatibilityInformation & GetCompatibilityInformation() const
AWS_NOVAACT_API ListModelsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListModelsResult & AddModelSummaries(ModelSummariesT &&value)
void SetCompatibilityInformation(CompatibilityInformationT &&value)
ListModelsResult & WithModelSummaries(ModelSummariesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue