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/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename InferenceProfileNameT = Aws::String>
41 m_inferenceProfileNameHasBeenSet =
true;
42 m_inferenceProfileName = std::forward<InferenceProfileNameT>(value);
44 template <
typename InferenceProfileNameT = Aws::String>
56 template <
typename DescriptionT = Aws::String>
58 m_descriptionHasBeenSet =
true;
59 m_description = std::forward<DescriptionT>(value);
61 template <
typename DescriptionT = Aws::String>
73 template <
typename CreatedAtT = Aws::Utils::DateTime>
75 m_createdAtHasBeenSet =
true;
76 m_createdAt = std::forward<CreatedAtT>(value);
78 template <
typename CreatedAtT = Aws::Utils::DateTime>
90 template <
typename UpdatedAtT = Aws::Utils::DateTime>
92 m_updatedAtHasBeenSet =
true;
93 m_updatedAt = std::forward<UpdatedAtT>(value);
95 template <
typename UpdatedAtT = Aws::Utils::DateTime>
107 template <
typename InferenceProfileArnT = Aws::String>
109 m_inferenceProfileArnHasBeenSet =
true;
110 m_inferenceProfileArn = std::forward<InferenceProfileArnT>(value);
112 template <
typename InferenceProfileArnT = Aws::String>
124 template <
typename ModelsT = Aws::Vector<InferenceProfileModel>>
126 m_modelsHasBeenSet =
true;
127 m_models = std::forward<ModelsT>(value);
129 template <
typename ModelsT = Aws::Vector<InferenceProfileModel>>
134 template <
typename ModelsT = InferenceProfileModel>
136 m_modelsHasBeenSet =
true;
137 m_models.emplace_back(std::forward<ModelsT>(value));
147 template <
typename InferenceProfileIdT = Aws::String>
149 m_inferenceProfileIdHasBeenSet =
true;
150 m_inferenceProfileId = std::forward<InferenceProfileIdT>(value);
152 template <
typename InferenceProfileIdT = Aws::String>
166 m_statusHasBeenSet =
true;
187 m_typeHasBeenSet =
true;
199 template <
typename RequestIdT = Aws::String>
201 m_requestIdHasBeenSet =
true;
202 m_requestId = std::forward<RequestIdT>(value);
204 template <
typename RequestIdT = Aws::String>
212 bool m_inferenceProfileNameHasBeenSet =
false;
215 bool m_descriptionHasBeenSet =
false;
218 bool m_createdAtHasBeenSet =
false;
221 bool m_updatedAtHasBeenSet =
false;
224 bool m_inferenceProfileArnHasBeenSet =
false;
227 bool m_modelsHasBeenSet =
false;
230 bool m_inferenceProfileIdHasBeenSet =
false;
233 bool m_statusHasBeenSet =
false;
236 bool m_typeHasBeenSet =
false;
239 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)
void SetRequestId(RequestIdT &&value)
GetInferenceProfileResult & WithModels(ModelsT &&value)
GetInferenceProfileResult & WithType(InferenceProfileType value)
void SetCreatedAt(CreatedAtT &&value)
void SetInferenceProfileId(InferenceProfileIdT &&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