7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/EndpointConfig.h>
9#include <aws/bedrock/model/Status.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename Endpo
intArnT = Aws::String>
46 m_endpointArnHasBeenSet =
true;
47 m_endpointArn = std::forward<EndpointArnT>(value);
49 template <
typename Endpo
intArnT = Aws::String>
63 template <
typename ModelSourceIdentifierT = Aws::String>
65 m_modelSourceIdentifierHasBeenSet =
true;
66 m_modelSourceIdentifier = std::forward<ModelSourceIdentifierT>(value);
68 template <
typename ModelSourceIdentifierT = Aws::String>
83 m_statusHasBeenSet =
true;
98 template <
typename StatusMessageT = Aws::String>
100 m_statusMessageHasBeenSet =
true;
101 m_statusMessage = std::forward<StatusMessageT>(value);
103 template <
typename StatusMessageT = Aws::String>
116 template <
typename CreatedAtT = Aws::Utils::DateTime>
118 m_createdAtHasBeenSet =
true;
119 m_createdAt = std::forward<CreatedAtT>(value);
121 template <
typename CreatedAtT = Aws::Utils::DateTime>
134 template <
typename UpdatedAtT = Aws::Utils::DateTime>
136 m_updatedAtHasBeenSet =
true;
137 m_updatedAt = std::forward<UpdatedAtT>(value);
139 template <
typename UpdatedAtT = Aws::Utils::DateTime>
153 template <
typename Endpo
intConfigT = Endpo
intConfig>
155 m_endpointConfigHasBeenSet =
true;
156 m_endpointConfig = std::forward<EndpointConfigT>(value);
158 template <
typename Endpo
intConfigT = Endpo
intConfig>
172 template <
typename Endpo
intStatusT = Aws::String>
174 m_endpointStatusHasBeenSet =
true;
175 m_endpointStatus = std::forward<EndpointStatusT>(value);
177 template <
typename Endpo
intStatusT = Aws::String>
190 template <
typename Endpo
intStatusMessageT = Aws::String>
192 m_endpointStatusMessageHasBeenSet =
true;
193 m_endpointStatusMessage = std::forward<EndpointStatusMessageT>(value);
195 template <
typename Endpo
intStatusMessageT = Aws::String>
214 EndpointConfig m_endpointConfig;
219 bool m_endpointArnHasBeenSet =
false;
220 bool m_modelSourceIdentifierHasBeenSet =
false;
221 bool m_statusHasBeenSet =
false;
222 bool m_statusMessageHasBeenSet =
false;
223 bool m_createdAtHasBeenSet =
false;
224 bool m_updatedAtHasBeenSet =
false;
225 bool m_endpointConfigHasBeenSet =
false;
226 bool m_endpointStatusHasBeenSet =
false;
227 bool m_endpointStatusMessageHasBeenSet =
false;
void SetEndpointStatus(EndpointStatusT &&value)
MarketplaceModelEndpoint & WithModelSourceIdentifier(ModelSourceIdentifierT &&value)
bool StatusMessageHasBeenSet() const
MarketplaceModelEndpoint & WithEndpointArn(EndpointArnT &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
bool EndpointStatusMessageHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetEndpointStatus() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool EndpointConfigHasBeenSet() const
MarketplaceModelEndpoint & WithEndpointStatusMessage(EndpointStatusMessageT &&value)
MarketplaceModelEndpoint & WithStatusMessage(StatusMessageT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetStatusMessage(StatusMessageT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetEndpointStatusMessage(EndpointStatusMessageT &&value)
void SetEndpointConfig(EndpointConfigT &&value)
bool EndpointArnHasBeenSet() const
void SetModelSourceIdentifier(ModelSourceIdentifierT &&value)
MarketplaceModelEndpoint & WithStatus(Status value)
const Aws::String & GetEndpointStatusMessage() const
MarketplaceModelEndpoint & WithEndpointConfig(EndpointConfigT &&value)
bool CreatedAtHasBeenSet() const
void SetStatus(Status value)
const Aws::String & GetStatusMessage() const
bool ModelSourceIdentifierHasBeenSet() const
AWS_BEDROCK_API MarketplaceModelEndpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
const EndpointConfig & GetEndpointConfig() const
bool StatusHasBeenSet() const
bool EndpointStatusHasBeenSet() const
const Aws::String & GetEndpointArn() const
const Aws::String & GetModelSourceIdentifier() const
void SetEndpointArn(EndpointArnT &&value)
AWS_BEDROCK_API MarketplaceModelEndpoint()=default
AWS_BEDROCK_API MarketplaceModelEndpoint(Aws::Utils::Json::JsonView jsonValue)
MarketplaceModelEndpoint & WithEndpointStatus(EndpointStatusT &&value)
MarketplaceModelEndpoint & WithUpdatedAt(UpdatedAtT &&value)
bool UpdatedAtHasBeenSet() const
MarketplaceModelEndpoint & WithCreatedAt(CreatedAtT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue