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>
54 inline void SetInferenceProfileName(
const char* value) { m_inferenceProfileNameHasBeenSet =
true; m_inferenceProfileName.assign(value); }
68 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
106 inline void SetInferenceProfileArn(
const char* value) { m_inferenceProfileArnHasBeenSet =
true; m_inferenceProfileArn.assign(value); }
134 inline void SetInferenceProfileId(
const char* value) { m_inferenceProfileIdHasBeenSet =
true; m_inferenceProfileId.assign(value); }
173 bool m_inferenceProfileNameHasBeenSet =
false;
176 bool m_descriptionHasBeenSet =
false;
179 bool m_createdAtHasBeenSet =
false;
182 bool m_updatedAtHasBeenSet =
false;
185 bool m_inferenceProfileArnHasBeenSet =
false;
188 bool m_modelsHasBeenSet =
false;
191 bool m_inferenceProfileIdHasBeenSet =
false;
194 bool m_statusHasBeenSet =
false;
197 bool m_typeHasBeenSet =
false;
const Aws::String & GetDescription() const
bool CreatedAtHasBeenSet() const
AWS_BEDROCK_API InferenceProfileSummary()
void SetInferenceProfileArn(Aws::String &&value)
void SetInferenceProfileId(const Aws::String &value)
const Aws::Vector< InferenceProfileModel > & GetModels() const
void SetUpdatedAt(const Aws::Utils::DateTime &value)
InferenceProfileSummary & WithUpdatedAt(const Aws::Utils::DateTime &value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
InferenceProfileSummary & WithInferenceProfileId(const Aws::String &value)
void SetType(InferenceProfileType &&value)
InferenceProfileSummary & WithStatus(const InferenceProfileStatus &value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool UpdatedAtHasBeenSet() const
void SetInferenceProfileId(const char *value)
InferenceProfileSummary & AddModels(InferenceProfileModel &&value)
void SetType(const InferenceProfileType &value)
void SetDescription(Aws::String &&value)
InferenceProfileSummary & WithModels(const Aws::Vector< InferenceProfileModel > &value)
InferenceProfileSummary & WithDescription(const char *value)
const Aws::Utils::DateTime & GetUpdatedAt() const
InferenceProfileSummary & WithInferenceProfileArn(Aws::String &&value)
void SetStatus(InferenceProfileStatus &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetInferenceProfileArn() const
bool InferenceProfileNameHasBeenSet() const
bool TypeHasBeenSet() const
InferenceProfileSummary & WithInferenceProfileId(Aws::String &&value)
bool StatusHasBeenSet() const
InferenceProfileSummary & WithInferenceProfileName(const char *value)
InferenceProfileSummary & AddModels(const InferenceProfileModel &value)
bool InferenceProfileIdHasBeenSet() const
const Aws::String & GetInferenceProfileName() const
void SetInferenceProfileArn(const Aws::String &value)
void SetInferenceProfileName(const char *value)
const InferenceProfileType & GetType() const
InferenceProfileSummary & WithInferenceProfileName(Aws::String &&value)
InferenceProfileSummary & WithInferenceProfileArn(const Aws::String &value)
InferenceProfileSummary & WithType(InferenceProfileType &&value)
const InferenceProfileStatus & GetStatus() const
InferenceProfileSummary & WithType(const InferenceProfileType &value)
bool InferenceProfileArnHasBeenSet() const
InferenceProfileSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
bool ModelsHasBeenSet() const
InferenceProfileSummary & WithInferenceProfileId(const char *value)
const Aws::String & GetInferenceProfileId() const
void SetCreatedAt(Aws::Utils::DateTime &&value)
InferenceProfileSummary & WithInferenceProfileArn(const char *value)
AWS_BEDROCK_API InferenceProfileSummary(Aws::Utils::Json::JsonView jsonValue)
void SetInferenceProfileName(Aws::String &&value)
void SetModels(Aws::Vector< InferenceProfileModel > &&value)
InferenceProfileSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
AWS_BEDROCK_API InferenceProfileSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetInferenceProfileName(const Aws::String &value)
InferenceProfileSummary & WithInferenceProfileName(const Aws::String &value)
InferenceProfileSummary & WithDescription(const Aws::String &value)
void SetDescription(const char *value)
void SetInferenceProfileId(Aws::String &&value)
void SetUpdatedAt(Aws::Utils::DateTime &&value)
InferenceProfileSummary & WithStatus(InferenceProfileStatus &&value)
InferenceProfileSummary & WithUpdatedAt(Aws::Utils::DateTime &&value)
void SetStatus(const InferenceProfileStatus &value)
InferenceProfileSummary & WithDescription(Aws::String &&value)
InferenceProfileSummary & WithModels(Aws::Vector< InferenceProfileModel > &&value)
bool DescriptionHasBeenSet() const
void SetDescription(const Aws::String &value)
void SetInferenceProfileArn(const char *value)
void SetModels(const Aws::Vector< InferenceProfileModel > &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