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/sagemaker/model/SourceIpConfig.h>
11#include <aws/sagemaker/model/OidcConfig.h>
12#include <aws/sagemaker/model/WorkforceVpcConfigRequest.h>
13#include <aws/sagemaker/model/WorkforceIpAddressType.h>
50 template<
typename WorkforceNameT = Aws::String>
51 void SetWorkforceName(WorkforceNameT&& value) { m_workforceNameHasBeenSet =
true; m_workforceName = std::forward<WorkforceNameT>(value); }
52 template<
typename WorkforceNameT = Aws::String>
65 template<
typename SourceIpConfigT = SourceIpConfig>
66 void SetSourceIpConfig(SourceIpConfigT&& value) { m_sourceIpConfigHasBeenSet =
true; m_sourceIpConfig = std::forward<SourceIpConfigT>(value); }
67 template<
typename SourceIpConfigT = SourceIpConfig>
78 template<
typename O
idcConfigT = O
idcConfig>
79 void SetOidcConfig(OidcConfigT&& value) { m_oidcConfigHasBeenSet =
true; m_oidcConfig = std::forward<OidcConfigT>(value); }
80 template<
typename O
idcConfigT = O
idcConfig>
90 template<
typename WorkforceVpcConfigT = WorkforceVpcConfigRequest>
91 void SetWorkforceVpcConfig(WorkforceVpcConfigT&& value) { m_workforceVpcConfigHasBeenSet =
true; m_workforceVpcConfig = std::forward<WorkforceVpcConfigT>(value); }
92 template<
typename WorkforceVpcConfigT = WorkforceVpcConfigRequest>
110 bool m_workforceNameHasBeenSet =
false;
113 bool m_sourceIpConfigHasBeenSet =
false;
116 bool m_oidcConfigHasBeenSet =
false;
119 bool m_workforceVpcConfigHasBeenSet =
false;
122 bool m_ipAddressTypeHasBeenSet =
false;
AWS_SAGEMAKER_API UpdateWorkforceRequest()=default
const OidcConfig & GetOidcConfig() const
const WorkforceVpcConfigRequest & GetWorkforceVpcConfig() const
bool SourceIpConfigHasBeenSet() const
void SetSourceIpConfig(SourceIpConfigT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool OidcConfigHasBeenSet() const
void SetWorkforceVpcConfig(WorkforceVpcConfigT &&value)
WorkforceIpAddressType GetIpAddressType() const
UpdateWorkforceRequest & WithSourceIpConfig(SourceIpConfigT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
const Aws::String & GetWorkforceName() const
void SetOidcConfig(OidcConfigT &&value)
void SetIpAddressType(WorkforceIpAddressType value)
UpdateWorkforceRequest & WithWorkforceVpcConfig(WorkforceVpcConfigT &&value)
void SetWorkforceName(WorkforceNameT &&value)
UpdateWorkforceRequest & WithWorkforceName(WorkforceNameT &&value)
virtual const char * GetServiceRequestName() const override
const SourceIpConfig & GetSourceIpConfig() const
bool WorkforceVpcConfigHasBeenSet() const
UpdateWorkforceRequest & WithOidcConfig(OidcConfigT &&value)
bool IpAddressTypeHasBeenSet() const
bool WorkforceNameHasBeenSet() const
UpdateWorkforceRequest & WithIpAddressType(WorkforceIpAddressType value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String