Home
last modified time | relevance | path

Searched refs:SetVpcConfig (Results 1 – 25 of 267) sorted by relevance

1234567891011

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sagemaker/include/aws/sagemaker/model/
H A DNetworkConfig.h108 …inline void SetVpcConfig(const VpcConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = val… in SetVpcConfig() function
111 …inline void SetVpcConfig(VpcConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = std::mov… in SetVpcConfig() function
114 … inline NetworkConfig& WithVpcConfig(const VpcConfig& value) { SetVpcConfig(value); return *this;} in WithVpcConfig()
117 …inline NetworkConfig& WithVpcConfig(VpcConfig&& value) { SetVpcConfig(std::move(value)); return *t… in WithVpcConfig()
H A DMonitoringNetworkConfig.h106 …inline void SetVpcConfig(const VpcConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = val… in SetVpcConfig() function
109 …inline void SetVpcConfig(VpcConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = std::mov… in SetVpcConfig() function
112 …inline MonitoringNetworkConfig& WithVpcConfig(const VpcConfig& value) { SetVpcConfig(value); retur… in WithVpcConfig()
115 …inline MonitoringNetworkConfig& WithVpcConfig(VpcConfig&& value) { SetVpcConfig(std::move(value));… in WithVpcConfig()
H A DAutoMLSecurityConfig.h116 …inline void SetVpcConfig(const VpcConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = val… in SetVpcConfig() function
121 …inline void SetVpcConfig(VpcConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = std::mov… in SetVpcConfig() function
126 …inline AutoMLSecurityConfig& WithVpcConfig(const VpcConfig& value) { SetVpcConfig(value); return *… in WithVpcConfig()
131 …inline AutoMLSecurityConfig& WithVpcConfig(VpcConfig&& value) { SetVpcConfig(std::move(value)); re… in WithVpcConfig()
H A DCreateCompilationJobRequest.h318 …inline void SetVpcConfig(const NeoVpcConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = … in SetVpcConfig() function
327 …inline void SetVpcConfig(NeoVpcConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = std::… in SetVpcConfig() function
336 …inline CreateCompilationJobRequest& WithVpcConfig(const NeoVpcConfig& value) { SetVpcConfig(value)… in WithVpcConfig()
345 …inline CreateCompilationJobRequest& WithVpcConfig(NeoVpcConfig&& value) { SetVpcConfig(std::move(v… in WithVpcConfig()
H A DDescribeModelResult.h236 inline void SetVpcConfig(const VpcConfig& value) { m_vpcConfig = value; } in SetVpcConfig() function
244 inline void SetVpcConfig(VpcConfig&& value) { m_vpcConfig = std::move(value); } in SetVpcConfig() function
252 …inline DescribeModelResult& WithVpcConfig(const VpcConfig& value) { SetVpcConfig(value); return *t… in WithVpcConfig()
260 …inline DescribeModelResult& WithVpcConfig(VpcConfig&& value) { SetVpcConfig(std::move(value)); ret… in WithVpcConfig()
H A DCreateModelRequest.h408 …inline void SetVpcConfig(const VpcConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = val… in SetVpcConfig() function
420 …inline void SetVpcConfig(VpcConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = std::mov… in SetVpcConfig() function
432 …inline CreateModelRequest& WithVpcConfig(const VpcConfig& value) { SetVpcConfig(value); return *th… in WithVpcConfig()
444 …inline CreateModelRequest& WithVpcConfig(VpcConfig&& value) { SetVpcConfig(std::move(value)); retu… in WithVpcConfig()
H A DDescribeCompilationJobResult.h593 inline void SetVpcConfig(const NeoVpcConfig& value) { m_vpcConfig = value; } in SetVpcConfig() function
602 inline void SetVpcConfig(NeoVpcConfig&& value) { m_vpcConfig = std::move(value); } in SetVpcConfig() function
611 …inline DescribeCompilationJobResult& WithVpcConfig(const NeoVpcConfig& value) { SetVpcConfig(value… in WithVpcConfig()
620 …inline DescribeCompilationJobResult& WithVpcConfig(NeoVpcConfig&& value) { SetVpcConfig(std::move(… in WithVpcConfig()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-devicefarm/include/aws/devicefarm/model/
H A DCreateTestGridProjectRequest.h133 …inline void SetVpcConfig(const TestGridVpcConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConf… in SetVpcConfig() function
138 …inline void SetVpcConfig(TestGridVpcConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = … in SetVpcConfig() function
143 …stGridProjectRequest& WithVpcConfig(const TestGridVpcConfig& value) { SetVpcConfig(value); return … in WithVpcConfig()
148 …inline CreateTestGridProjectRequest& WithVpcConfig(TestGridVpcConfig&& value) { SetVpcConfig(std::… in WithVpcConfig()
H A DUpdateTestGridProjectRequest.h174 …inline void SetVpcConfig(const TestGridVpcConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConf… in SetVpcConfig() function
179 …inline void SetVpcConfig(TestGridVpcConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = … in SetVpcConfig() function
184 …stGridProjectRequest& WithVpcConfig(const TestGridVpcConfig& value) { SetVpcConfig(value); return … in WithVpcConfig()
189 …inline UpdateTestGridProjectRequest& WithVpcConfig(TestGridVpcConfig&& value) { SetVpcConfig(std::… in WithVpcConfig()
H A DTestGridProject.h179 …inline void SetVpcConfig(const TestGridVpcConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConf… in SetVpcConfig() function
184 …inline void SetVpcConfig(TestGridVpcConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = … in SetVpcConfig() function
189 …inline TestGridProject& WithVpcConfig(const TestGridVpcConfig& value) { SetVpcConfig(value); retur… in WithVpcConfig()
194 …inline TestGridProject& WithVpcConfig(TestGridVpcConfig&& value) { SetVpcConfig(std::move(value));… in WithVpcConfig()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/include/aws/securityhub/model/
H A DAwsCodeBuildProjectDetails.h340 …inline void SetVpcConfig(const AwsCodeBuildProjectVpcConfig& value) { m_vpcConfigHasBeenSet = true… in SetVpcConfig() function
345 …inline void SetVpcConfig(AwsCodeBuildProjectVpcConfig&& value) { m_vpcConfigHasBeenSet = true; m_v… in SetVpcConfig() function
350 …ctDetails& WithVpcConfig(const AwsCodeBuildProjectVpcConfig& value) { SetVpcConfig(value); return … in WithVpcConfig()
355 …ProjectDetails& WithVpcConfig(AwsCodeBuildProjectVpcConfig&& value) { SetVpcConfig(std::move(value… in WithVpcConfig()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-comprehend/include/aws/comprehend/model/
H A DStartDominantLanguageDetectionJobRequest.h382 …inline void SetVpcConfig(const VpcConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = val… in SetVpcConfig() function
391 …inline void SetVpcConfig(VpcConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = std::mov… in SetVpcConfig() function
400 …tLanguageDetectionJobRequest& WithVpcConfig(const VpcConfig& value) { SetVpcConfig(value); return … in WithVpcConfig()
409 …minantLanguageDetectionJobRequest& WithVpcConfig(VpcConfig&& value) { SetVpcConfig(std::move(value… in WithVpcConfig()
H A DStartTopicsDetectionJobRequest.h421 …inline void SetVpcConfig(const VpcConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = val… in SetVpcConfig() function
430 …inline void SetVpcConfig(VpcConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = std::mov… in SetVpcConfig() function
439 …inline StartTopicsDetectionJobRequest& WithVpcConfig(const VpcConfig& value) { SetVpcConfig(value)… in WithVpcConfig()
448 …inline StartTopicsDetectionJobRequest& WithVpcConfig(VpcConfig&& value) { SetVpcConfig(std::move(v… in WithVpcConfig()
H A DStartKeyPhrasesDetectionJobRequest.h426 …inline void SetVpcConfig(const VpcConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = val… in SetVpcConfig() function
435 …inline void SetVpcConfig(VpcConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = std::mov… in SetVpcConfig() function
444 …inline StartKeyPhrasesDetectionJobRequest& WithVpcConfig(const VpcConfig& value) { SetVpcConfig(va… in WithVpcConfig()
453 …inline StartKeyPhrasesDetectionJobRequest& WithVpcConfig(VpcConfig&& value) { SetVpcConfig(std::mo… in WithVpcConfig()
H A DStartSentimentDetectionJobRequest.h426 …inline void SetVpcConfig(const VpcConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = val… in SetVpcConfig() function
435 …inline void SetVpcConfig(VpcConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = std::mov… in SetVpcConfig() function
444 …inline StartSentimentDetectionJobRequest& WithVpcConfig(const VpcConfig& value) { SetVpcConfig(val… in WithVpcConfig()
453 …inline StartSentimentDetectionJobRequest& WithVpcConfig(VpcConfig&& value) { SetVpcConfig(std::mov… in WithVpcConfig()
H A DStartDocumentClassificationJobRequest.h415 …inline void SetVpcConfig(const VpcConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = val… in SetVpcConfig() function
424 …inline void SetVpcConfig(VpcConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = std::mov… in SetVpcConfig() function
433 …mentClassificationJobRequest& WithVpcConfig(const VpcConfig& value) { SetVpcConfig(value); return … in WithVpcConfig()
442 …inline StartDocumentClassificationJobRequest& WithVpcConfig(VpcConfig&& value) { SetVpcConfig(std:… in WithVpcConfig()
H A DStartEntitiesDetectionJobRequest.h489 …inline void SetVpcConfig(const VpcConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = val… in SetVpcConfig() function
498 …inline void SetVpcConfig(VpcConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = std::mov… in SetVpcConfig() function
507 …inline StartEntitiesDetectionJobRequest& WithVpcConfig(const VpcConfig& value) { SetVpcConfig(valu… in WithVpcConfig()
516 …inline StartEntitiesDetectionJobRequest& WithVpcConfig(VpcConfig&& value) { SetVpcConfig(std::move… in WithVpcConfig()
H A DCreateEntityRecognizerRequest.h542 …inline void SetVpcConfig(const VpcConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = val… in SetVpcConfig() function
551 …inline void SetVpcConfig(VpcConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = std::mov… in SetVpcConfig() function
560 …inline CreateEntityRecognizerRequest& WithVpcConfig(const VpcConfig& value) { SetVpcConfig(value);… in WithVpcConfig()
569 …inline CreateEntityRecognizerRequest& WithVpcConfig(VpcConfig&& value) { SetVpcConfig(std::move(va… in WithVpcConfig()
H A DDominantLanguageDetectionJobProperties.h614 …inline void SetVpcConfig(const VpcConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = val… in SetVpcConfig() function
623 …inline void SetVpcConfig(VpcConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = std::mov… in SetVpcConfig() function
632 …nguageDetectionJobProperties& WithVpcConfig(const VpcConfig& value) { SetVpcConfig(value); return … in WithVpcConfig()
641 …inline DominantLanguageDetectionJobProperties& WithVpcConfig(VpcConfig&& value) { SetVpcConfig(std… in WithVpcConfig()
H A DCreateDocumentClassifierRequest.h553 …inline void SetVpcConfig(const VpcConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = val… in SetVpcConfig() function
562 …inline void SetVpcConfig(VpcConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = std::mov… in SetVpcConfig() function
571 …inline CreateDocumentClassifierRequest& WithVpcConfig(const VpcConfig& value) { SetVpcConfig(value… in WithVpcConfig()
580 …inline CreateDocumentClassifierRequest& WithVpcConfig(VpcConfig&& value) { SetVpcConfig(std::move(… in WithVpcConfig()
H A DTopicsDetectionJobProperties.h633 …inline void SetVpcConfig(const VpcConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = val… in SetVpcConfig() function
642 …inline void SetVpcConfig(VpcConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = std::mov… in SetVpcConfig() function
651 …inline TopicsDetectionJobProperties& WithVpcConfig(const VpcConfig& value) { SetVpcConfig(value); … in WithVpcConfig()
660 …inline TopicsDetectionJobProperties& WithVpcConfig(VpcConfig&& value) { SetVpcConfig(std::move(val… in WithVpcConfig()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-synthetics/include/aws/synthetics/model/
H A DUpdateCanaryRequest.h468 …inline void SetVpcConfig(const VpcConfigInput& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig … in SetVpcConfig() function
477 …inline void SetVpcConfig(VpcConfigInput&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = std… in SetVpcConfig() function
486 …inline UpdateCanaryRequest& WithVpcConfig(const VpcConfigInput& value) { SetVpcConfig(value); retu… in WithVpcConfig()
495 …inline UpdateCanaryRequest& WithVpcConfig(VpcConfigInput&& value) { SetVpcConfig(std::move(value))… in WithVpcConfig()
H A DCreateCanaryRequest.h565 …inline void SetVpcConfig(const VpcConfigInput& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig … in SetVpcConfig() function
574 …inline void SetVpcConfig(VpcConfigInput&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = std… in SetVpcConfig() function
583 …inline CreateCanaryRequest& WithVpcConfig(const VpcConfigInput& value) { SetVpcConfig(value); retu… in WithVpcConfig()
592 …inline CreateCanaryRequest& WithVpcConfig(VpcConfigInput&& value) { SetVpcConfig(std::move(value))… in WithVpcConfig()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-robomaker/include/aws/robomaker/model/
H A DSimulationJobRequest.h406 …inline void SetVpcConfig(const VPCConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = val… in SetVpcConfig() function
409 …inline void SetVpcConfig(VPCConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = std::mov… in SetVpcConfig() function
412 …inline SimulationJobRequest& WithVpcConfig(const VPCConfig& value) { SetVpcConfig(value); return *… in WithVpcConfig()
415 …inline SimulationJobRequest& WithVpcConfig(VPCConfig&& value) { SetVpcConfig(std::move(value)); re… in WithVpcConfig()
H A DCreateSimulationJobRequest.h548 …inline void SetVpcConfig(const VPCConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = val… in SetVpcConfig() function
556 …inline void SetVpcConfig(VPCConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = std::mov… in SetVpcConfig() function
564 …inline CreateSimulationJobRequest& WithVpcConfig(const VPCConfig& value) { SetVpcConfig(value); re… in WithVpcConfig()
572 …inline CreateSimulationJobRequest& WithVpcConfig(VPCConfig&& value) { SetVpcConfig(std::move(value… in WithVpcConfig()

1234567891011