7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/model/ProviderSummary.h>
10#include <aws/core/utils/DateTime.h>
48 template<
typename ConnectorArnT = Aws::String>
49 void SetConnectorArn(ConnectorArnT&& value) { m_connectorArnHasBeenSet =
true; m_connectorArn = std::forward<ConnectorArnT>(value); }
50 template<
typename ConnectorArnT = Aws::String>
60 template<
typename ConnectorIdT = Aws::String>
61 void SetConnectorId(ConnectorIdT&& value) { m_connectorIdHasBeenSet =
true; m_connectorId = std::forward<ConnectorIdT>(value); }
62 template<
typename ConnectorIdT = Aws::String>
74 template<
typename NameT = Aws::String>
75 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
76 template<
typename NameT = Aws::String>
86 template<
typename DescriptionT = Aws::String>
87 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
88 template<
typename DescriptionT = Aws::String>
98 template<
typename Prov
iderSummaryT = Prov
iderSummary>
99 void SetProviderSummary(ProviderSummaryT&& value) { m_providerSummaryHasBeenSet =
true; m_providerSummary = std::forward<ProviderSummaryT>(value); }
100 template<
typename Prov
iderSummaryT = Prov
iderSummary>
110 template<
typename CreatedAtT = Aws::Utils::DateTime>
111 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
112 template<
typename CreatedAtT = Aws::Utils::DateTime>
118 bool m_connectorArnHasBeenSet =
false;
121 bool m_connectorIdHasBeenSet =
false;
124 bool m_nameHasBeenSet =
false;
127 bool m_descriptionHasBeenSet =
false;
130 bool m_providerSummaryHasBeenSet =
false;
133 bool m_createdAtHasBeenSet =
false;
bool ConnectorIdHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetConnectorArn() const
ConnectorSummary & WithProviderSummary(ProviderSummaryT &&value)
ConnectorSummary & WithDescription(DescriptionT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool ConnectorArnHasBeenSet() const
bool ProviderSummaryHasBeenSet() const
const Aws::String & GetName() const
AWS_SECURITYHUB_API ConnectorSummary(Aws::Utils::Json::JsonView jsonValue)
ConnectorSummary & WithCreatedAt(CreatedAtT &&value)
bool NameHasBeenSet() const
const ProviderSummary & GetProviderSummary() const
AWS_SECURITYHUB_API ConnectorSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetConnectorArn(ConnectorArnT &&value)
void SetConnectorId(ConnectorIdT &&value)
ConnectorSummary & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
AWS_SECURITYHUB_API ConnectorSummary()=default
void SetName(NameT &&value)
void SetProviderSummary(ProviderSummaryT &&value)
const Aws::String & GetConnectorId() const
bool CreatedAtHasBeenSet() const
bool DescriptionHasBeenSet() const
ConnectorSummary & WithConnectorId(ConnectorIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
ConnectorSummary & WithConnectorArn(ConnectorArnT &&value)
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue