7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/InferenceProfileModel.h>
9#include <aws/bedrock/model/InferenceProfileStatus.h>
10#include <aws/bedrock/model/InferenceProfileType.h>
11#include <aws/core/http/HttpResponse.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename InferenceProfileNameT = Aws::String>
42 m_inferenceProfileNameHasBeenSet =
true;
43 m_inferenceProfileName = std::forward<InferenceProfileNameT>(value);
45 template <
typename InferenceProfileNameT = Aws::String>
57 template <
typename DescriptionT = Aws::String>
59 m_descriptionHasBeenSet =
true;
60 m_description = std::forward<DescriptionT>(value);
62 template <
typename DescriptionT = Aws::String>
74 template <
typename CreatedAtT = Aws::Utils::DateTime>
76 m_createdAtHasBeenSet =
true;
77 m_createdAt = std::forward<CreatedAtT>(value);
79 template <
typename CreatedAtT = Aws::Utils::DateTime>
91 template <
typename UpdatedAtT = Aws::Utils::DateTime>
93 m_updatedAtHasBeenSet =
true;
94 m_updatedAt = std::forward<UpdatedAtT>(value);
96 template <
typename UpdatedAtT = Aws::Utils::DateTime>
108 template <
typename InferenceProfileArnT = Aws::String>
110 m_inferenceProfileArnHasBeenSet =
true;
111 m_inferenceProfileArn = std::forward<InferenceProfileArnT>(value);
113 template <
typename InferenceProfileArnT = Aws::String>
125 template <
typename ModelsT = Aws::Vector<InferenceProfileModel>>
127 m_modelsHasBeenSet =
true;
128 m_models = std::forward<ModelsT>(value);
130 template <
typename ModelsT = Aws::Vector<InferenceProfileModel>>
135 template <
typename ModelsT = InferenceProfileModel>
137 m_modelsHasBeenSet =
true;
138 m_models.emplace_back(std::forward<ModelsT>(value));
148 template <
typename InferenceProfileIdT = Aws::String>
150 m_inferenceProfileIdHasBeenSet =
true;
151 m_inferenceProfileId = std::forward<InferenceProfileIdT>(value);
153 template <
typename InferenceProfileIdT = Aws::String>
167 m_statusHasBeenSet =
true;
188 m_typeHasBeenSet =
true;
200 template <
typename RequestIdT = Aws::String>
202 m_requestIdHasBeenSet =
true;
203 m_requestId = std::forward<RequestIdT>(value);
205 template <
typename RequestIdT = Aws::String>
234 bool m_inferenceProfileNameHasBeenSet =
false;
235 bool m_descriptionHasBeenSet =
false;
236 bool m_createdAtHasBeenSet =
false;
237 bool m_updatedAtHasBeenSet =
false;
238 bool m_inferenceProfileArnHasBeenSet =
false;
239 bool m_modelsHasBeenSet =
false;
240 bool m_inferenceProfileIdHasBeenSet =
false;
241 bool m_statusHasBeenSet =
false;
242 bool m_typeHasBeenSet =
false;
243 bool m_requestIdHasBeenSet =
false;
GetInferenceProfileResult & WithRequestId(RequestIdT &&value)
AWS_BEDROCK_API GetInferenceProfileResult()=default
const Aws::String & GetInferenceProfileId() const
void SetUpdatedAt(UpdatedAtT &&value)
void SetDescription(DescriptionT &&value)
void SetModels(ModelsT &&value)
void SetStatus(InferenceProfileStatus value)
const Aws::String & GetInferenceProfileName() const
GetInferenceProfileResult & AddModels(ModelsT &&value)
const Aws::String & GetRequestId() const
void SetType(InferenceProfileType value)
InferenceProfileStatus GetStatus() const
GetInferenceProfileResult & WithUpdatedAt(UpdatedAtT &&value)
GetInferenceProfileResult & WithInferenceProfileName(InferenceProfileNameT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
GetInferenceProfileResult & WithInferenceProfileId(InferenceProfileIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_BEDROCK_API GetInferenceProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_BEDROCK_API GetInferenceProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetInferenceProfileResult & WithInferenceProfileArn(InferenceProfileArnT &&value)
GetInferenceProfileResult & WithCreatedAt(CreatedAtT &&value)
const Aws::Vector< InferenceProfileModel > & GetModels() const
void SetInferenceProfileName(InferenceProfileNameT &&value)
const Aws::String & GetInferenceProfileArn() const
const Aws::String & GetDescription() const
GetInferenceProfileResult & WithDescription(DescriptionT &&value)
InferenceProfileType GetType() const
GetInferenceProfileResult & WithStatus(InferenceProfileStatus value)
void SetInferenceProfileArn(InferenceProfileArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
GetInferenceProfileResult & WithModels(ModelsT &&value)
GetInferenceProfileResult & WithType(InferenceProfileType value)
void SetCreatedAt(CreatedAtT &&value)
void SetInferenceProfileId(InferenceProfileIdT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue