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>
51 inline void SetWorkforceName(
const char* value) { m_workforceNameHasBeenSet =
true; m_workforceName.assign(value); }
99 bool m_workforceNameHasBeenSet =
false;
102 bool m_sourceIpConfigHasBeenSet =
false;
105 bool m_oidcConfigHasBeenSet =
false;
108 bool m_workforceVpcConfigHasBeenSet =
false;
void SetWorkforceVpcConfig(const WorkforceVpcConfigRequest &value)
UpdateWorkforceRequest & WithWorkforceName(Aws::String &&value)
UpdateWorkforceRequest & WithWorkforceName(const Aws::String &value)
AWS_SAGEMAKER_API UpdateWorkforceRequest()
const OidcConfig & GetOidcConfig() const
const WorkforceVpcConfigRequest & GetWorkforceVpcConfig() const
UpdateWorkforceRequest & WithWorkforceVpcConfig(const WorkforceVpcConfigRequest &value)
bool SourceIpConfigHasBeenSet() const
UpdateWorkforceRequest & WithOidcConfig(OidcConfig &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetWorkforceName(const Aws::String &value)
bool OidcConfigHasBeenSet() const
void SetWorkforceName(Aws::String &&value)
void SetSourceIpConfig(const SourceIpConfig &value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetWorkforceVpcConfig(WorkforceVpcConfigRequest &&value)
UpdateWorkforceRequest & WithWorkforceName(const char *value)
const Aws::String & GetWorkforceName() const
UpdateWorkforceRequest & WithWorkforceVpcConfig(WorkforceVpcConfigRequest &&value)
void SetOidcConfig(OidcConfig &&value)
UpdateWorkforceRequest & WithSourceIpConfig(const SourceIpConfig &value)
UpdateWorkforceRequest & WithSourceIpConfig(SourceIpConfig &&value)
void SetOidcConfig(const OidcConfig &value)
virtual const char * GetServiceRequestName() const override
const SourceIpConfig & GetSourceIpConfig() const
void SetSourceIpConfig(SourceIpConfig &&value)
bool WorkforceVpcConfigHasBeenSet() const
void SetWorkforceName(const char *value)
UpdateWorkforceRequest & WithOidcConfig(const OidcConfig &value)
bool WorkforceNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String