7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename ConnectorArnT = Aws::String>
41 void SetConnectorArn(ConnectorArnT&& value) { m_connectorArnHasBeenSet =
true; m_connectorArn = std::forward<ConnectorArnT>(value); }
42 template<
typename ConnectorArnT = Aws::String>
51 template<
typename ConnectorIdT = Aws::String>
52 void SetConnectorId(ConnectorIdT&& value) { m_connectorIdHasBeenSet =
true; m_connectorId = std::forward<ConnectorIdT>(value); }
53 template<
typename ConnectorIdT = Aws::String>
62 template<
typename AuthUrlT = Aws::String>
63 void SetAuthUrl(AuthUrlT&& value) { m_authUrlHasBeenSet =
true; m_authUrl = std::forward<AuthUrlT>(value); }
64 template<
typename AuthUrlT = Aws::String>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
79 bool m_connectorArnHasBeenSet =
false;
82 bool m_connectorIdHasBeenSet =
false;
85 bool m_authUrlHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetConnectorId() const
CreateConnectorV2Result & WithConnectorArn(ConnectorArnT &&value)
CreateConnectorV2Result & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
CreateConnectorV2Result & WithConnectorId(ConnectorIdT &&value)
void SetConnectorId(ConnectorIdT &&value)
CreateConnectorV2Result & WithAuthUrl(AuthUrlT &&value)
void SetConnectorArn(ConnectorArnT &&value)
AWS_SECURITYHUB_API CreateConnectorV2Result & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetConnectorArn() const
const Aws::String & GetRequestId() const
AWS_SECURITYHUB_API CreateConnectorV2Result(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SECURITYHUB_API CreateConnectorV2Result()=default
const Aws::String & GetAuthUrl() const
void SetAuthUrl(AuthUrlT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue