7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/sagemaker/SageMaker_EXPORTS.h>
12#include <aws/sagemaker/model/AsyncInferenceConfig.h>
13#include <aws/sagemaker/model/DataCaptureConfig.h>
14#include <aws/sagemaker/model/ExplainerConfig.h>
15#include <aws/sagemaker/model/MetricsConfig.h>
16#include <aws/sagemaker/model/ProductionVariant.h>
17#include <aws/sagemaker/model/VpcConfig.h>
22template <
typename RESULT_TYPE>
23class AmazonWebServiceResult;
43 template <
typename Endpo
intConfigNameT = Aws::String>
45 m_endpointConfigNameHasBeenSet =
true;
46 m_endpointConfigName = std::forward<EndpointConfigNameT>(value);
48 template <
typename Endpo
intConfigNameT = Aws::String>
60 template <
typename Endpo
intConfigArnT = Aws::String>
62 m_endpointConfigArnHasBeenSet =
true;
63 m_endpointConfigArn = std::forward<EndpointConfigArnT>(value);
65 template <
typename Endpo
intConfigArnT = Aws::String>
78 template <
typename ProductionVariantsT = Aws::Vector<ProductionVariant>>
80 m_productionVariantsHasBeenSet =
true;
81 m_productionVariants = std::forward<ProductionVariantsT>(value);
83 template <
typename ProductionVariantsT = Aws::Vector<ProductionVariant>>
88 template <
typename ProductionVariantsT = ProductionVariant>
90 m_productionVariantsHasBeenSet =
true;
91 m_productionVariants.emplace_back(std::forward<ProductionVariantsT>(value));
99 template <
typename DataCaptureConfigT = DataCaptureConfig>
101 m_dataCaptureConfigHasBeenSet =
true;
102 m_dataCaptureConfig = std::forward<DataCaptureConfigT>(value);
104 template <
typename DataCaptureConfigT = DataCaptureConfig>
117 template <
typename KmsKeyIdT = Aws::String>
119 m_kmsKeyIdHasBeenSet =
true;
120 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
122 template <
typename KmsKeyIdT = Aws::String>
134 template <
typename CreationTimeT = Aws::Utils::DateTime>
136 m_creationTimeHasBeenSet =
true;
137 m_creationTime = std::forward<CreationTimeT>(value);
139 template <
typename CreationTimeT = Aws::Utils::DateTime>
153 template <
typename AsyncInferenceConfigT = AsyncInferenceConfig>
155 m_asyncInferenceConfigHasBeenSet =
true;
156 m_asyncInferenceConfig = std::forward<AsyncInferenceConfigT>(value);
158 template <
typename AsyncInferenceConfigT = AsyncInferenceConfig>
170 template <
typename ExplainerConfigT = ExplainerConfig>
172 m_explainerConfigHasBeenSet =
true;
173 m_explainerConfig = std::forward<ExplainerConfigT>(value);
175 template <
typename ExplainerConfigT = ExplainerConfig>
189 template <
typename ShadowProductionVariantsT = Aws::Vector<ProductionVariant>>
191 m_shadowProductionVariantsHasBeenSet =
true;
192 m_shadowProductionVariants = std::forward<ShadowProductionVariantsT>(value);
194 template <
typename ShadowProductionVariantsT = Aws::Vector<ProductionVariant>>
199 template <
typename ShadowProductionVariantsT = ProductionVariant>
201 m_shadowProductionVariantsHasBeenSet =
true;
202 m_shadowProductionVariants.emplace_back(std::forward<ShadowProductionVariantsT>(value));
213 template <
typename ExecutionRoleArnT = Aws::String>
215 m_executionRoleArnHasBeenSet =
true;
216 m_executionRoleArn = std::forward<ExecutionRoleArnT>(value);
218 template <
typename ExecutionRoleArnT = Aws::String>
228 template <
typename VpcConfigT = VpcConfig>
230 m_vpcConfigHasBeenSet =
true;
231 m_vpcConfig = std::forward<VpcConfigT>(value);
233 template <
typename VpcConfigT = VpcConfig>
248 m_enableNetworkIsolationHasBeenSet =
true;
249 m_enableNetworkIsolation = value;
262 template <
typename MetricsConfigT = MetricsConfig>
264 m_metricsConfigHasBeenSet =
true;
265 m_metricsConfig = std::forward<MetricsConfigT>(value);
267 template <
typename MetricsConfigT = MetricsConfig>
277 template <
typename RequestIdT = Aws::String>
279 m_requestIdHasBeenSet =
true;
280 m_requestId = std::forward<RequestIdT>(value);
282 template <
typename RequestIdT = Aws::String>
303 AsyncInferenceConfig m_asyncInferenceConfig;
305 ExplainerConfig m_explainerConfig;
311 VpcConfig m_vpcConfig;
313 bool m_enableNetworkIsolation{
false};
315 MetricsConfig m_metricsConfig;
319 bool m_endpointConfigNameHasBeenSet =
false;
320 bool m_endpointConfigArnHasBeenSet =
false;
321 bool m_productionVariantsHasBeenSet =
false;
322 bool m_dataCaptureConfigHasBeenSet =
false;
323 bool m_kmsKeyIdHasBeenSet =
false;
324 bool m_creationTimeHasBeenSet =
false;
325 bool m_asyncInferenceConfigHasBeenSet =
false;
326 bool m_explainerConfigHasBeenSet =
false;
327 bool m_shadowProductionVariantsHasBeenSet =
false;
328 bool m_executionRoleArnHasBeenSet =
false;
329 bool m_vpcConfigHasBeenSet =
false;
330 bool m_enableNetworkIsolationHasBeenSet =
false;
331 bool m_metricsConfigHasBeenSet =
false;
332 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_SAGEMAKER_API DescribeEndpointConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeEndpointConfigResult & WithCreationTime(CreationTimeT &&value)
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
DescribeEndpointConfigResult & WithDataCaptureConfig(DataCaptureConfigT &&value)
DescribeEndpointConfigResult & AddShadowProductionVariants(ShadowProductionVariantsT &&value)
DescribeEndpointConfigResult & WithKmsKeyId(KmsKeyIdT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
DescribeEndpointConfigResult & WithVpcConfig(VpcConfigT &&value)
void SetRequestId(RequestIdT &&value)
void SetEndpointConfigName(EndpointConfigNameT &&value)
const Aws::String & GetEndpointConfigName() const
DescribeEndpointConfigResult & WithProductionVariants(ProductionVariantsT &&value)
const Aws::Vector< ProductionVariant > & GetProductionVariants() const
DescribeEndpointConfigResult & AddProductionVariants(ProductionVariantsT &&value)
void SetVpcConfig(VpcConfigT &&value)
DescribeEndpointConfigResult & WithEndpointConfigArn(EndpointConfigArnT &&value)
void SetDataCaptureConfig(DataCaptureConfigT &&value)
const AsyncInferenceConfig & GetAsyncInferenceConfig() const
bool GetEnableNetworkIsolation() const
const Aws::Vector< ProductionVariant > & GetShadowProductionVariants() const
const Aws::String & GetKmsKeyId() const
AWS_SAGEMAKER_API DescribeEndpointConfigResult()=default
void SetEnableNetworkIsolation(bool value)
const ExplainerConfig & GetExplainerConfig() const
DescribeEndpointConfigResult & WithMetricsConfig(MetricsConfigT &&value)
AWS_SAGEMAKER_API DescribeEndpointConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreationTime(CreationTimeT &&value)
DescribeEndpointConfigResult & WithRequestId(RequestIdT &&value)
DescribeEndpointConfigResult & WithAsyncInferenceConfig(AsyncInferenceConfigT &&value)
DescribeEndpointConfigResult & WithExecutionRoleArn(ExecutionRoleArnT &&value)
DescribeEndpointConfigResult & WithShadowProductionVariants(ShadowProductionVariantsT &&value)
void SetExplainerConfig(ExplainerConfigT &&value)
void SetProductionVariants(ProductionVariantsT &&value)
const DataCaptureConfig & GetDataCaptureConfig() const
DescribeEndpointConfigResult & WithEnableNetworkIsolation(bool value)
DescribeEndpointConfigResult & WithEndpointConfigName(EndpointConfigNameT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetAsyncInferenceConfig(AsyncInferenceConfigT &&value)
const Aws::String & GetExecutionRoleArn() const
DescribeEndpointConfigResult & WithExplainerConfig(ExplainerConfigT &&value)
const Aws::String & GetEndpointConfigArn() const
void SetEndpointConfigArn(EndpointConfigArnT &&value)
const VpcConfig & GetVpcConfig() const
void SetMetricsConfig(MetricsConfigT &&value)
const MetricsConfig & GetMetricsConfig() const
void SetShadowProductionVariants(ShadowProductionVariantsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue