7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/InferenceComponentSpecification.h>
11#include <aws/sagemaker/model/InferenceComponentRuntimeConfig.h>
47 inline void SetInferenceComponentName(
const char* value) { m_inferenceComponentNameHasBeenSet =
true; m_inferenceComponentName.assign(value); }
81 bool m_inferenceComponentNameHasBeenSet =
false;
84 bool m_specificationHasBeenSet =
false;
87 bool m_runtimeConfigHasBeenSet =
false;
UpdateInferenceComponentRequest & WithInferenceComponentName(Aws::String &&value)
UpdateInferenceComponentRequest & WithInferenceComponentName(const char *value)
virtual const char * GetServiceRequestName() const override
UpdateInferenceComponentRequest & WithSpecification(const InferenceComponentSpecification &value)
AWS_SAGEMAKER_API UpdateInferenceComponentRequest()
void SetSpecification(const InferenceComponentSpecification &value)
const InferenceComponentRuntimeConfig & GetRuntimeConfig() const
bool InferenceComponentNameHasBeenSet() const
bool RuntimeConfigHasBeenSet() const
UpdateInferenceComponentRequest & WithInferenceComponentName(const Aws::String &value)
void SetInferenceComponentName(const Aws::String &value)
bool SpecificationHasBeenSet() const
void SetInferenceComponentName(Aws::String &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
const Aws::String & GetInferenceComponentName() const
void SetInferenceComponentName(const char *value)
const InferenceComponentSpecification & GetSpecification() const
void SetRuntimeConfig(const InferenceComponentRuntimeConfig &value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateInferenceComponentRequest & WithRuntimeConfig(InferenceComponentRuntimeConfig &&value)
void SetRuntimeConfig(InferenceComponentRuntimeConfig &&value)
UpdateInferenceComponentRequest & WithRuntimeConfig(const InferenceComponentRuntimeConfig &value)
UpdateInferenceComponentRequest & WithSpecification(InferenceComponentSpecification &&value)
void SetSpecification(InferenceComponentSpecification &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String