7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/InferenceComponentDeploymentConfig.h>
11#include <aws/sagemaker/model/InferenceComponentRuntimeConfig.h>
12#include <aws/sagemaker/model/InferenceComponentSpecification.h>
42 template <
typename InferenceComponentNameT = Aws::String>
44 m_inferenceComponentNameHasBeenSet =
true;
45 m_inferenceComponentName = std::forward<InferenceComponentNameT>(value);
47 template <
typename InferenceComponentNameT = Aws::String>
61 template <
typename SpecificationT = InferenceComponentSpecification>
63 m_specificationHasBeenSet =
true;
64 m_specification = std::forward<SpecificationT>(value);
66 template <
typename SpecificationT = InferenceComponentSpecification>
80 template <
typename RuntimeConfigT = InferenceComponentRuntimeConfig>
82 m_runtimeConfigHasBeenSet =
true;
83 m_runtimeConfig = std::forward<RuntimeConfigT>(value);
85 template <
typename RuntimeConfigT = InferenceComponentRuntimeConfig>
99 template <
typename DeploymentConfigT = InferenceComponentDeploymentConfig>
101 m_deploymentConfigHasBeenSet =
true;
102 m_deploymentConfig = std::forward<DeploymentConfigT>(value);
104 template <
typename DeploymentConfigT = InferenceComponentDeploymentConfig>
118 bool m_inferenceComponentNameHasBeenSet =
false;
119 bool m_specificationHasBeenSet =
false;
120 bool m_runtimeConfigHasBeenSet =
false;
121 bool m_deploymentConfigHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetSpecification(SpecificationT &&value)
const InferenceComponentRuntimeConfig & GetRuntimeConfig() const
bool InferenceComponentNameHasBeenSet() const
bool RuntimeConfigHasBeenSet() const
bool SpecificationHasBeenSet() const
void SetDeploymentConfig(DeploymentConfigT &&value)
const InferenceComponentDeploymentConfig & GetDeploymentConfig() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetInferenceComponentName(InferenceComponentNameT &&value)
UpdateInferenceComponentRequest & WithDeploymentConfig(DeploymentConfigT &&value)
const Aws::String & GetInferenceComponentName() const
UpdateInferenceComponentRequest & WithRuntimeConfig(RuntimeConfigT &&value)
bool DeploymentConfigHasBeenSet() const
AWS_SAGEMAKER_API UpdateInferenceComponentRequest()=default
const InferenceComponentSpecification & GetSpecification() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateInferenceComponentRequest & WithInferenceComponentName(InferenceComponentNameT &&value)
UpdateInferenceComponentRequest & WithSpecification(SpecificationT &&value)
void SetRuntimeConfig(RuntimeConfigT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String