7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/InferenceComponentStatus.h>
43 template <
typename CreationTimeT = Aws::Utils::DateTime>
45 m_creationTimeHasBeenSet =
true;
46 m_creationTime = std::forward<CreationTimeT>(value);
48 template <
typename CreationTimeT = Aws::Utils::DateTime>
61 template <
typename InferenceComponentArnT = Aws::String>
63 m_inferenceComponentArnHasBeenSet =
true;
64 m_inferenceComponentArn = std::forward<InferenceComponentArnT>(value);
66 template <
typename InferenceComponentArnT = Aws::String>
79 template <
typename InferenceComponentNameT = Aws::String>
81 m_inferenceComponentNameHasBeenSet =
true;
82 m_inferenceComponentName = std::forward<InferenceComponentNameT>(value);
84 template <
typename InferenceComponentNameT = Aws::String>
98 template <
typename Endpo
intArnT = Aws::String>
100 m_endpointArnHasBeenSet =
true;
101 m_endpointArn = std::forward<EndpointArnT>(value);
103 template <
typename Endpo
intArnT = Aws::String>
116 template <
typename Endpo
intNameT = Aws::String>
118 m_endpointNameHasBeenSet =
true;
119 m_endpointName = std::forward<EndpointNameT>(value);
121 template <
typename Endpo
intNameT = Aws::String>
134 template <
typename VariantNameT = Aws::String>
136 m_variantNameHasBeenSet =
true;
137 m_variantName = std::forward<VariantNameT>(value);
139 template <
typename VariantNameT = Aws::String>
153 m_inferenceComponentStatusHasBeenSet =
true;
154 m_inferenceComponentStatus = value;
168 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
170 m_lastModifiedTimeHasBeenSet =
true;
171 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
173 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
195 bool m_creationTimeHasBeenSet =
false;
196 bool m_inferenceComponentArnHasBeenSet =
false;
197 bool m_inferenceComponentNameHasBeenSet =
false;
198 bool m_endpointArnHasBeenSet =
false;
199 bool m_endpointNameHasBeenSet =
false;
200 bool m_variantNameHasBeenSet =
false;
201 bool m_inferenceComponentStatusHasBeenSet =
false;
202 bool m_lastModifiedTimeHasBeenSet =
false;
InferenceComponentSummary & WithInferenceComponentArn(InferenceComponentArnT &&value)
bool VariantNameHasBeenSet() const
bool LastModifiedTimeHasBeenSet() const
AWS_SAGEMAKER_API InferenceComponentSummary()=default
bool EndpointNameHasBeenSet() const
const Aws::String & GetInferenceComponentName() const
InferenceComponentSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
InferenceComponentSummary & WithEndpointArn(EndpointArnT &&value)
void SetEndpointArn(EndpointArnT &&value)
bool InferenceComponentNameHasBeenSet() const
InferenceComponentSummary & WithInferenceComponentStatus(InferenceComponentStatus value)
const Aws::String & GetEndpointName() const
void SetVariantName(VariantNameT &&value)
bool EndpointArnHasBeenSet() const
bool InferenceComponentStatusHasBeenSet() const
bool CreationTimeHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
InferenceComponentSummary & WithInferenceComponentName(InferenceComponentNameT &&value)
InferenceComponentSummary & WithVariantName(VariantNameT &&value)
AWS_SAGEMAKER_API InferenceComponentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetInferenceComponentArn() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
InferenceComponentSummary & WithEndpointName(EndpointNameT &&value)
InferenceComponentStatus GetInferenceComponentStatus() const
const Aws::Utils::DateTime & GetCreationTime() const
InferenceComponentSummary & WithCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
const Aws::String & GetEndpointArn() const
void SetInferenceComponentArn(InferenceComponentArnT &&value)
void SetCreationTime(CreationTimeT &&value)
void SetEndpointName(EndpointNameT &&value)
bool InferenceComponentArnHasBeenSet() const
AWS_SAGEMAKER_API InferenceComponentSummary(Aws::Utils::Json::JsonView jsonValue)
void SetInferenceComponentName(InferenceComponentNameT &&value)
const Aws::String & GetVariantName() const
void SetInferenceComponentStatus(InferenceComponentStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue