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/DeploymentConfig.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/sagemaker/model/Tag.h>
50 template<
typename Endpo
intNameT = Aws::String>
51 void SetEndpointName(EndpointNameT&& value) { m_endpointNameHasBeenSet =
true; m_endpointName = std::forward<EndpointNameT>(value); }
52 template<
typename Endpo
intNameT = Aws::String>
64 template<
typename Endpo
intConfigNameT = Aws::String>
65 void SetEndpointConfigName(EndpointConfigNameT&& value) { m_endpointConfigNameHasBeenSet =
true; m_endpointConfigName = std::forward<EndpointConfigNameT>(value); }
66 template<
typename Endpo
intConfigNameT = Aws::String>
74 template<
typename DeploymentConfigT = DeploymentConfig>
75 void SetDeploymentConfig(DeploymentConfigT&& value) { m_deploymentConfigHasBeenSet =
true; m_deploymentConfig = std::forward<DeploymentConfigT>(value); }
76 template<
typename DeploymentConfigT = DeploymentConfig>
90 template<
typename TagsT = Aws::Vector<Tag>>
91 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
92 template<
typename TagsT = Aws::Vector<Tag>>
94 template<
typename TagsT = Tag>
100 bool m_endpointNameHasBeenSet =
false;
103 bool m_endpointConfigNameHasBeenSet =
false;
106 bool m_deploymentConfigHasBeenSet =
false;
109 bool m_tagsHasBeenSet =
false;
bool EndpointNameHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
virtual const char * GetServiceRequestName() const override
bool DeploymentConfigHasBeenSet() const
const Aws::String & GetEndpointConfigName() const
CreateEndpointRequest & AddTags(TagsT &&value)
CreateEndpointRequest & WithDeploymentConfig(DeploymentConfigT &&value)
CreateEndpointRequest & WithTags(TagsT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
bool EndpointConfigNameHasBeenSet() const
CreateEndpointRequest & WithEndpointName(EndpointNameT &&value)
bool TagsHasBeenSet() const
void SetDeploymentConfig(DeploymentConfigT &&value)
AWS_SAGEMAKER_API CreateEndpointRequest()=default
void SetTags(TagsT &&value)
const Aws::String & GetEndpointName() const
void SetEndpointConfigName(EndpointConfigNameT &&value)
void SetEndpointName(EndpointNameT &&value)
CreateEndpointRequest & WithEndpointConfigName(EndpointConfigNameT &&value)
const DeploymentConfig & GetDeploymentConfig() const
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