7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/securityhub/SecurityHubRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename AuthCodeT = Aws::String>
43 void SetAuthCode(AuthCodeT&& value) { m_authCodeHasBeenSet =
true; m_authCode = std::forward<AuthCodeT>(value); }
44 template<
typename AuthCodeT = Aws::String>
55 template<
typename AuthStateT = Aws::String>
56 void SetAuthState(AuthStateT&& value) { m_authStateHasBeenSet =
true; m_authState = std::forward<AuthStateT>(value); }
57 template<
typename AuthStateT = Aws::String>
63 bool m_authCodeHasBeenSet =
false;
66 bool m_authStateHasBeenSet =
false;
bool AuthCodeHasBeenSet() const
void SetAuthCode(AuthCodeT &&value)
const Aws::String & GetAuthState() const
void SetAuthState(AuthStateT &&value)
virtual const char * GetServiceRequestName() const override
AWS_SECURITYHUB_API Aws::String SerializePayload() const override
bool AuthStateHasBeenSet() const
AWS_SECURITYHUB_API ConnectorRegistrationsV2Request()=default
ConnectorRegistrationsV2Request & WithAuthCode(AuthCodeT &&value)
const Aws::String & GetAuthCode() const
ConnectorRegistrationsV2Request & WithAuthState(AuthStateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String