7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMakerRequest.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/DeploymentConfig.h>
12#include <aws/sagemaker/model/VariantProperty.h>
42 template <
typename Endpo
intNameT = Aws::String>
44 m_endpointNameHasBeenSet =
true;
45 m_endpointName = std::forward<EndpointNameT>(value);
47 template <
typename Endpo
intNameT = Aws::String>
60 template <
typename Endpo
intConfigNameT = Aws::String>
62 m_endpointConfigNameHasBeenSet =
true;
63 m_endpointConfigName = std::forward<EndpointConfigNameT>(value);
65 template <
typename Endpo
intConfigNameT = Aws::String>
86 m_retainAllVariantPropertiesHasBeenSet =
true;
87 m_retainAllVariantProperties = value;
108 template <
typename ExcludeRetainedVariantPropertiesT = Aws::Vector<VariantProperty>>
110 m_excludeRetainedVariantPropertiesHasBeenSet =
true;
111 m_excludeRetainedVariantProperties = std::forward<ExcludeRetainedVariantPropertiesT>(value);
113 template <
typename ExcludeRetainedVariantPropertiesT = Aws::Vector<VariantProperty>>
118 template <
typename ExcludeRetainedVariantPropertiesT = VariantProperty>
120 m_excludeRetainedVariantPropertiesHasBeenSet =
true;
121 m_excludeRetainedVariantProperties.emplace_back(std::forward<ExcludeRetainedVariantPropertiesT>(value));
133 template <
typename DeploymentConfigT = DeploymentConfig>
135 m_deploymentConfigHasBeenSet =
true;
136 m_deploymentConfig = std::forward<DeploymentConfigT>(value);
138 template <
typename DeploymentConfigT = DeploymentConfig>
153 m_retainDeploymentConfigHasBeenSet =
true;
154 m_retainDeploymentConfig = value;
166 bool m_retainAllVariantProperties{
false};
170 DeploymentConfig m_deploymentConfig;
172 bool m_retainDeploymentConfig{
false};
173 bool m_endpointNameHasBeenSet =
false;
174 bool m_endpointConfigNameHasBeenSet =
false;
175 bool m_retainAllVariantPropertiesHasBeenSet =
false;
176 bool m_excludeRetainedVariantPropertiesHasBeenSet =
false;
177 bool m_deploymentConfigHasBeenSet =
false;
178 bool m_retainDeploymentConfigHasBeenSet =
false;
UpdateEndpointRequest & WithExcludeRetainedVariantProperties(ExcludeRetainedVariantPropertiesT &&value)
UpdateEndpointRequest & WithEndpointName(EndpointNameT &&value)
AWS_SAGEMAKER_API UpdateEndpointRequest()=default
bool GetRetainDeploymentConfig() const
const DeploymentConfig & GetDeploymentConfig() const
bool EndpointNameHasBeenSet() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
UpdateEndpointRequest & AddExcludeRetainedVariantProperties(ExcludeRetainedVariantPropertiesT &&value)
void SetRetainDeploymentConfig(bool value)
void SetDeploymentConfig(DeploymentConfigT &&value)
void SetRetainAllVariantProperties(bool value)
void SetEndpointName(EndpointNameT &&value)
bool RetainAllVariantPropertiesHasBeenSet() const
UpdateEndpointRequest & WithDeploymentConfig(DeploymentConfigT &&value)
UpdateEndpointRequest & WithEndpointConfigName(EndpointConfigNameT &&value)
virtual const char * GetServiceRequestName() const override
bool DeploymentConfigHasBeenSet() const
bool EndpointConfigNameHasBeenSet() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateEndpointRequest & WithRetainAllVariantProperties(bool value)
bool RetainDeploymentConfigHasBeenSet() const
bool ExcludeRetainedVariantPropertiesHasBeenSet() const
bool GetRetainAllVariantProperties() const
UpdateEndpointRequest & WithRetainDeploymentConfig(bool value)
void SetExcludeRetainedVariantProperties(ExcludeRetainedVariantPropertiesT &&value)
const Aws::String & GetEndpointConfigName() const
const Aws::Vector< VariantProperty > & GetExcludeRetainedVariantProperties() const
const Aws::String & GetEndpointName() const
void SetEndpointConfigName(EndpointConfigNameT &&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