7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/OidcConfig.h>
11#include <aws/sagemaker/model/SourceIpConfig.h>
12#include <aws/sagemaker/model/WorkforceIpAddressType.h>
13#include <aws/sagemaker/model/WorkforceVpcConfigRequest.h>
46 template <
typename WorkforceNameT = Aws::String>
48 m_workforceNameHasBeenSet =
true;
49 m_workforceName = std::forward<WorkforceNameT>(value);
51 template <
typename WorkforceNameT = Aws::String>
67 template <
typename SourceIpConfigT = SourceIpConfig>
69 m_sourceIpConfigHasBeenSet =
true;
70 m_sourceIpConfig = std::forward<SourceIpConfigT>(value);
72 template <
typename SourceIpConfigT = SourceIpConfig>
86 template <
typename O
idcConfigT = O
idcConfig>
88 m_oidcConfigHasBeenSet =
true;
89 m_oidcConfig = std::forward<OidcConfigT>(value);
91 template <
typename O
idcConfigT = O
idcConfig>
104 template <
typename WorkforceVpcConfigT = WorkforceVpcConfigRequest>
106 m_workforceVpcConfigHasBeenSet =
true;
107 m_workforceVpcConfig = std::forward<WorkforceVpcConfigT>(value);
109 template <
typename WorkforceVpcConfigT = WorkforceVpcConfigRequest>
125 m_ipAddressTypeHasBeenSet =
true;
126 m_ipAddressType = value;
143 bool m_workforceNameHasBeenSet =
false;
144 bool m_sourceIpConfigHasBeenSet =
false;
145 bool m_oidcConfigHasBeenSet =
false;
146 bool m_workforceVpcConfigHasBeenSet =
false;
147 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