7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/model/DataCaptureConfig.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/sagemaker/model/AsyncInferenceConfig.h>
13#include <aws/sagemaker/model/ExplainerConfig.h>
14#include <aws/sagemaker/model/VpcConfig.h>
15#include <aws/sagemaker/model/ProductionVariant.h>
20template<
typename RESULT_TYPE>
21class AmazonWebServiceResult;
47 template<
typename Endpo
intConfigNameT = Aws::String>
48 void SetEndpointConfigName(EndpointConfigNameT&& value) { m_endpointConfigNameHasBeenSet =
true; m_endpointConfigName = std::forward<EndpointConfigNameT>(value); }
49 template<
typename Endpo
intConfigNameT = Aws::String>
58 template<
typename Endpo
intConfigArnT = Aws::String>
59 void SetEndpointConfigArn(EndpointConfigArnT&& value) { m_endpointConfigArnHasBeenSet =
true; m_endpointConfigArn = std::forward<EndpointConfigArnT>(value); }
60 template<
typename Endpo
intConfigArnT = Aws::String>
70 template<
typename ProductionVariantsT = Aws::Vector<ProductionVariant>>
71 void SetProductionVariants(ProductionVariantsT&& value) { m_productionVariantsHasBeenSet =
true; m_productionVariants = std::forward<ProductionVariantsT>(value); }
72 template<
typename ProductionVariantsT = Aws::Vector<ProductionVariant>>
74 template<
typename ProductionVariantsT = ProductionVariant>
81 template<
typename DataCaptureConfigT = DataCaptureConfig>
82 void SetDataCaptureConfig(DataCaptureConfigT&& value) { m_dataCaptureConfigHasBeenSet =
true; m_dataCaptureConfig = std::forward<DataCaptureConfigT>(value); }
83 template<
typename DataCaptureConfigT = DataCaptureConfig>
93 template<
typename KmsKeyIdT = Aws::String>
94 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
95 template<
typename KmsKeyIdT = Aws::String>
104 template<
typename CreationTimeT = Aws::Utils::DateTime>
105 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
106 template<
typename CreationTimeT = Aws::Utils::DateTime>
117 template<
typename AsyncInferenceConfigT = AsyncInferenceConfig>
118 void SetAsyncInferenceConfig(AsyncInferenceConfigT&& value) { m_asyncInferenceConfigHasBeenSet =
true; m_asyncInferenceConfig = std::forward<AsyncInferenceConfigT>(value); }
119 template<
typename AsyncInferenceConfigT = AsyncInferenceConfig>
128 template<
typename ExplainerConfigT = ExplainerConfig>
129 void SetExplainerConfig(ExplainerConfigT&& value) { m_explainerConfigHasBeenSet =
true; m_explainerConfig = std::forward<ExplainerConfigT>(value); }
130 template<
typename ExplainerConfigT = ExplainerConfig>
141 template<
typename ShadowProductionVariantsT = Aws::Vector<ProductionVariant>>
142 void SetShadowProductionVariants(ShadowProductionVariantsT&& value) { m_shadowProductionVariantsHasBeenSet =
true; m_shadowProductionVariants = std::forward<ShadowProductionVariantsT>(value); }
143 template<
typename ShadowProductionVariantsT = Aws::Vector<ProductionVariant>>
145 template<
typename ShadowProductionVariantsT = ProductionVariant>
155 template<
typename ExecutionRoleArnT = Aws::String>
156 void SetExecutionRoleArn(ExecutionRoleArnT&& value) { m_executionRoleArnHasBeenSet =
true; m_executionRoleArn = std::forward<ExecutionRoleArnT>(value); }
157 template<
typename ExecutionRoleArnT = Aws::String>
164 template<
typename VpcConfigT = VpcConfig>
165 void SetVpcConfig(VpcConfigT&& value) { m_vpcConfigHasBeenSet =
true; m_vpcConfig = std::forward<VpcConfigT>(value); }
166 template<
typename VpcConfigT = VpcConfig>
184 template<
typename RequestIdT = Aws::String>
185 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
186 template<
typename RequestIdT = Aws::String>
192 bool m_endpointConfigNameHasBeenSet =
false;
195 bool m_endpointConfigArnHasBeenSet =
false;
198 bool m_productionVariantsHasBeenSet =
false;
201 bool m_dataCaptureConfigHasBeenSet =
false;
204 bool m_kmsKeyIdHasBeenSet =
false;
207 bool m_creationTimeHasBeenSet =
false;
209 AsyncInferenceConfig m_asyncInferenceConfig;
210 bool m_asyncInferenceConfigHasBeenSet =
false;
212 ExplainerConfig m_explainerConfig;
213 bool m_explainerConfigHasBeenSet =
false;
216 bool m_shadowProductionVariantsHasBeenSet =
false;
219 bool m_executionRoleArnHasBeenSet =
false;
221 VpcConfig m_vpcConfig;
222 bool m_vpcConfigHasBeenSet =
false;
224 bool m_enableNetworkIsolation{
false};
225 bool m_enableNetworkIsolationHasBeenSet =
false;
228 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() 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
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 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