7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHubRequest.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
38 template <
typename AuthCodeT = Aws::String>
40 m_authCodeHasBeenSet =
true;
41 m_authCode = std::forward<AuthCodeT>(value);
43 template <
typename AuthCodeT = Aws::String>
57 template <
typename AuthStateT = Aws::String>
59 m_authStateHasBeenSet =
true;
60 m_authState = std::forward<AuthStateT>(value);
62 template <
typename AuthStateT = Aws::String>
72 bool m_authCodeHasBeenSet =
false;
73 bool m_authStateHasBeenSet =
false;
bool AuthCodeHasBeenSet() const
void SetAuthState(AuthStateT &&value)
RegisterConnectorV2Request & WithAuthState(AuthStateT &&value)
const Aws::String & GetAuthState() const
void SetAuthCode(AuthCodeT &&value)
virtual const char * GetServiceRequestName() const override
AWS_SECURITYHUB_API Aws::String SerializePayload() const override
const Aws::String & GetAuthCode() const
AWS_SECURITYHUB_API RegisterConnectorV2Request()=default
RegisterConnectorV2Request & WithAuthCode(AuthCodeT &&value)
bool AuthStateHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String