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/core/utils/memory/stl/AWSVector.h>
11#include <aws/sagemaker/model/DeploymentConfig.h>
12#include <aws/sagemaker/model/VariantProperty.h>
46 template<
typename Endpo
intNameT = Aws::String>
47 void SetEndpointName(EndpointNameT&& value) { m_endpointNameHasBeenSet =
true; m_endpointName = std::forward<EndpointNameT>(value); }
48 template<
typename Endpo
intNameT = Aws::String>
58 template<
typename Endpo
intConfigNameT = Aws::String>
59 void SetEndpointConfigName(EndpointConfigNameT&& value) { m_endpointConfigNameHasBeenSet =
true; m_endpointConfigName = std::forward<EndpointConfigNameT>(value); }
60 template<
typename Endpo
intConfigNameT = Aws::String>
94 template<
typename ExcludeRetainedVariantPropertiesT = Aws::Vector<VariantProperty>>
95 void SetExcludeRetainedVariantProperties(ExcludeRetainedVariantPropertiesT&& value) { m_excludeRetainedVariantPropertiesHasBeenSet =
true; m_excludeRetainedVariantProperties = std::forward<ExcludeRetainedVariantPropertiesT>(value); }
96 template<
typename ExcludeRetainedVariantPropertiesT = Aws::Vector<VariantProperty>>
98 template<
typename ExcludeRetainedVariantPropertiesT = VariantProperty>
109 template<
typename DeploymentConfigT = DeploymentConfig>
110 void SetDeploymentConfig(DeploymentConfigT&& value) { m_deploymentConfigHasBeenSet =
true; m_deploymentConfig = std::forward<DeploymentConfigT>(value); }
111 template<
typename DeploymentConfigT = DeploymentConfig>
128 bool m_endpointNameHasBeenSet =
false;
131 bool m_endpointConfigNameHasBeenSet =
false;
133 bool m_retainAllVariantProperties{
false};
134 bool m_retainAllVariantPropertiesHasBeenSet =
false;
137 bool m_excludeRetainedVariantPropertiesHasBeenSet =
false;
139 DeploymentConfig m_deploymentConfig;
140 bool m_deploymentConfigHasBeenSet =
false;
142 bool m_retainDeploymentConfig{
false};
143 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