7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/InferenceComponentStatus.h>
49 template<
typename CreationTimeT = Aws::Utils::DateTime>
50 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
51 template<
typename CreationTimeT = Aws::Utils::DateTime>
61 template<
typename InferenceComponentArnT = Aws::String>
62 void SetInferenceComponentArn(InferenceComponentArnT&& value) { m_inferenceComponentArnHasBeenSet =
true; m_inferenceComponentArn = std::forward<InferenceComponentArnT>(value); }
63 template<
typename InferenceComponentArnT = Aws::String>
73 template<
typename InferenceComponentNameT = Aws::String>
74 void SetInferenceComponentName(InferenceComponentNameT&& value) { m_inferenceComponentNameHasBeenSet =
true; m_inferenceComponentName = std::forward<InferenceComponentNameT>(value); }
75 template<
typename InferenceComponentNameT = Aws::String>
86 template<
typename Endpo
intArnT = Aws::String>
87 void SetEndpointArn(EndpointArnT&& value) { m_endpointArnHasBeenSet =
true; m_endpointArn = std::forward<EndpointArnT>(value); }
88 template<
typename Endpo
intArnT = Aws::String>
98 template<
typename Endpo
intNameT = Aws::String>
99 void SetEndpointName(EndpointNameT&& value) { m_endpointNameHasBeenSet =
true; m_endpointName = std::forward<EndpointNameT>(value); }
100 template<
typename Endpo
intNameT = Aws::String>
110 template<
typename VariantNameT = Aws::String>
111 void SetVariantName(VariantNameT&& value) { m_variantNameHasBeenSet =
true; m_variantName = std::forward<VariantNameT>(value); }
112 template<
typename VariantNameT = Aws::String>
132 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
133 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
134 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
140 bool m_creationTimeHasBeenSet =
false;
143 bool m_inferenceComponentArnHasBeenSet =
false;
146 bool m_inferenceComponentNameHasBeenSet =
false;
149 bool m_endpointArnHasBeenSet =
false;
152 bool m_endpointNameHasBeenSet =
false;
155 bool m_variantNameHasBeenSet =
false;
158 bool m_inferenceComponentStatusHasBeenSet =
false;
161 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