7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
47 template<
typename ModelArnT = Aws::String>
48 void SetModelArn(ModelArnT&& value) { m_modelArnHasBeenSet =
true; m_modelArn = std::forward<ModelArnT>(value); }
49 template<
typename ModelArnT = Aws::String>
59 template<
typename ModelNameT = Aws::String>
60 void SetModelName(ModelNameT&& value) { m_modelNameHasBeenSet =
true; m_modelName = std::forward<ModelNameT>(value); }
61 template<
typename ModelNameT = Aws::String>
71 template<
typename CreationTimeT = Aws::Utils::DateTime>
72 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
73 template<
typename CreationTimeT = Aws::Utils::DateTime>
83 inline void SetInstructSupported(
bool value) { m_instructSupportedHasBeenSet =
true; m_instructSupported = value; }
93 template<
typename ModelArchitectureT = Aws::String>
94 void SetModelArchitecture(ModelArchitectureT&& value) { m_modelArchitectureHasBeenSet =
true; m_modelArchitecture = std::forward<ModelArchitectureT>(value); }
95 template<
typename ModelArchitectureT = Aws::String>
101 bool m_modelArnHasBeenSet =
false;
104 bool m_modelNameHasBeenSet =
false;
107 bool m_creationTimeHasBeenSet =
false;
109 bool m_instructSupported{
false};
110 bool m_instructSupportedHasBeenSet =
false;
113 bool m_modelArchitectureHasBeenSet =
false;
ImportedModelSummary & WithModelName(ModelNameT &&value)
AWS_BEDROCK_API ImportedModelSummary()=default
void SetModelArchitecture(ModelArchitectureT &&value)
void SetInstructSupported(bool value)
bool ModelArchitectureHasBeenSet() const
bool ModelNameHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
ImportedModelSummary & WithModelArn(ModelArnT &&value)
void SetCreationTime(CreationTimeT &&value)
bool InstructSupportedHasBeenSet() const
ImportedModelSummary & WithModelArchitecture(ModelArchitectureT &&value)
bool GetInstructSupported() const
void SetModelName(ModelNameT &&value)
AWS_BEDROCK_API ImportedModelSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API ImportedModelSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
bool ModelArnHasBeenSet() const
void SetModelArn(ModelArnT &&value)
const Aws::String & GetModelArchitecture() const
const Aws::String & GetModelArn() const
ImportedModelSummary & WithInstructSupported(bool value)
bool CreationTimeHasBeenSet() const
ImportedModelSummary & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetModelName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue