7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHubRequest.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
10#include <aws/securityhub/model/ProviderUpdateConfiguration.h>
38 template <
typename ConnectorIdT = Aws::String>
40 m_connectorIdHasBeenSet =
true;
41 m_connectorId = std::forward<ConnectorIdT>(value);
43 template <
typename ConnectorIdT = Aws::String>
56 template <
typename DescriptionT = Aws::String>
58 m_descriptionHasBeenSet =
true;
59 m_description = std::forward<DescriptionT>(value);
61 template <
typename DescriptionT = Aws::String>
74 template <
typename Prov
iderT = Prov
iderUpdateConfiguration>
76 m_providerHasBeenSet =
true;
77 m_provider = std::forward<ProviderT>(value);
79 template <
typename Prov
iderT = Prov
iderUpdateConfiguration>
91 bool m_connectorIdHasBeenSet =
false;
92 bool m_descriptionHasBeenSet =
false;
93 bool m_providerHasBeenSet =
false;
bool ConnectorIdHasBeenSet() const
UpdateConnectorV2Request & WithConnectorId(ConnectorIdT &&value)
bool ProviderHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetProvider(ProviderT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetConnectorId() const
void SetConnectorId(ConnectorIdT &&value)
const ProviderUpdateConfiguration & GetProvider() const
AWS_SECURITYHUB_API UpdateConnectorV2Request()=default
AWS_SECURITYHUB_API Aws::String SerializePayload() const override
void SetDescription(DescriptionT &&value)
UpdateConnectorV2Request & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
UpdateConnectorV2Request & WithProvider(ProviderT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String