7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/bedrock/model/InferenceProfileStatus.h>
12#include <aws/bedrock/model/InferenceProfileType.h>
13#include <aws/bedrock/model/InferenceProfileModel.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
45 template<
typename InferenceProfileNameT = Aws::String>
46 void SetInferenceProfileName(InferenceProfileNameT&& value) { m_inferenceProfileNameHasBeenSet =
true; m_inferenceProfileName = std::forward<InferenceProfileNameT>(value); }
47 template<
typename InferenceProfileNameT = Aws::String>
56 template<
typename DescriptionT = Aws::String>
57 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
58 template<
typename DescriptionT = Aws::String>
67 template<
typename CreatedAtT = Aws::Utils::DateTime>
68 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
69 template<
typename CreatedAtT = Aws::Utils::DateTime>
78 template<
typename UpdatedAtT = Aws::Utils::DateTime>
79 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
80 template<
typename UpdatedAtT = Aws::Utils::DateTime>
89 template<
typename InferenceProfileArnT = Aws::String>
90 void SetInferenceProfileArn(InferenceProfileArnT&& value) { m_inferenceProfileArnHasBeenSet =
true; m_inferenceProfileArn = std::forward<InferenceProfileArnT>(value); }
91 template<
typename InferenceProfileArnT = Aws::String>
100 template<
typename ModelsT = Aws::Vector<InferenceProfileModel>>
101 void SetModels(ModelsT&& value) { m_modelsHasBeenSet =
true; m_models = std::forward<ModelsT>(value); }
102 template<
typename ModelsT = Aws::Vector<InferenceProfileModel>>
104 template<
typename ModelsT = InferenceProfileModel>
113 template<
typename InferenceProfileIdT = Aws::String>
114 void SetInferenceProfileId(InferenceProfileIdT&& value) { m_inferenceProfileIdHasBeenSet =
true; m_inferenceProfileId = std::forward<InferenceProfileIdT>(value); }
115 template<
typename InferenceProfileIdT = Aws::String>
147 template<
typename RequestIdT = Aws::String>
148 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
149 template<
typename RequestIdT = Aws::String>
155 bool m_inferenceProfileNameHasBeenSet =
false;
158 bool m_descriptionHasBeenSet =
false;
161 bool m_createdAtHasBeenSet =
false;
164 bool m_updatedAtHasBeenSet =
false;
167 bool m_inferenceProfileArnHasBeenSet =
false;
170 bool m_modelsHasBeenSet =
false;
173 bool m_inferenceProfileIdHasBeenSet =
false;
176 bool m_statusHasBeenSet =
false;
179 bool m_typeHasBeenSet =
false;
182 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