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>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/sagemaker/model/Tag.h>
49 inline void SetInferenceComponentName(
const char* value) { m_inferenceComponentNameHasBeenSet =
true; m_inferenceComponentName.assign(value); }
63 inline void SetEndpointName(
const char* value) { m_endpointNameHasBeenSet =
true; m_endpointName.assign(value); }
78 inline void SetVariantName(
const char* value) { m_variantNameHasBeenSet =
true; m_variantName.assign(value); }
130 bool m_inferenceComponentNameHasBeenSet =
false;
133 bool m_endpointNameHasBeenSet =
false;
136 bool m_variantNameHasBeenSet =
false;
139 bool m_specificationHasBeenSet =
false;
142 bool m_runtimeConfigHasBeenSet =
false;
145 bool m_tagsHasBeenSet =
false;
void SetRuntimeConfig(InferenceComponentRuntimeConfig &&value)
bool EndpointNameHasBeenSet() const
bool RuntimeConfigHasBeenSet() const
void SetEndpointName(Aws::String &&value)
void SetInferenceComponentName(const char *value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
CreateInferenceComponentRequest & WithRuntimeConfig(const InferenceComponentRuntimeConfig &value)
CreateInferenceComponentRequest & WithTags(Aws::Vector< Tag > &&value)
const Aws::String & GetVariantName() const
const InferenceComponentSpecification & GetSpecification() const
CreateInferenceComponentRequest & WithEndpointName(const Aws::String &value)
CreateInferenceComponentRequest & WithVariantName(const Aws::String &value)
bool VariantNameHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
CreateInferenceComponentRequest & WithInferenceComponentName(Aws::String &&value)
CreateInferenceComponentRequest & WithInferenceComponentName(const char *value)
CreateInferenceComponentRequest & AddTags(const Tag &value)
const Aws::String & GetEndpointName() const
CreateInferenceComponentRequest & WithVariantName(Aws::String &&value)
bool TagsHasBeenSet() const
CreateInferenceComponentRequest & WithVariantName(const char *value)
CreateInferenceComponentRequest & AddTags(Tag &&value)
CreateInferenceComponentRequest & WithSpecification(const InferenceComponentSpecification &value)
void SetInferenceComponentName(const Aws::String &value)
void SetTags(Aws::Vector< Tag > &&value)
CreateInferenceComponentRequest & WithInferenceComponentName(const Aws::String &value)
void SetVariantName(Aws::String &&value)
void SetEndpointName(const Aws::String &value)
void SetRuntimeConfig(const InferenceComponentRuntimeConfig &value)
void SetInferenceComponentName(Aws::String &&value)
AWS_SAGEMAKER_API CreateInferenceComponentRequest()
void SetEndpointName(const char *value)
void SetVariantName(const char *value)
virtual const char * GetServiceRequestName() const override
CreateInferenceComponentRequest & WithSpecification(InferenceComponentSpecification &&value)
const Aws::String & GetInferenceComponentName() const
void SetSpecification(InferenceComponentSpecification &&value)
void SetSpecification(const InferenceComponentSpecification &value)
CreateInferenceComponentRequest & WithEndpointName(Aws::String &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetTags(const Aws::Vector< Tag > &value)
CreateInferenceComponentRequest & WithEndpointName(const char *value)
const InferenceComponentRuntimeConfig & GetRuntimeConfig() const
void SetVariantName(const Aws::String &value)
CreateInferenceComponentRequest & WithTags(const Aws::Vector< Tag > &value)
bool SpecificationHasBeenSet() const
bool InferenceComponentNameHasBeenSet() const
CreateInferenceComponentRequest & WithRuntimeConfig(InferenceComponentRuntimeConfig &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector