7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
10#include <aws/securityhub/model/ProviderSummary.h>
42 template <
typename ConnectorArnT = Aws::String>
44 m_connectorArnHasBeenSet =
true;
45 m_connectorArn = std::forward<ConnectorArnT>(value);
47 template <
typename ConnectorArnT = Aws::String>
60 template <
typename ConnectorIdT = Aws::String>
62 m_connectorIdHasBeenSet =
true;
63 m_connectorId = std::forward<ConnectorIdT>(value);
65 template <
typename ConnectorIdT = Aws::String>
80 template <
typename NameT = Aws::String>
82 m_nameHasBeenSet =
true;
83 m_name = std::forward<NameT>(value);
85 template <
typename NameT = Aws::String>
87 SetName(std::forward<NameT>(value));
98 template <
typename DescriptionT = Aws::String>
100 m_descriptionHasBeenSet =
true;
101 m_description = std::forward<DescriptionT>(value);
103 template <
typename DescriptionT = Aws::String>
116 template <
typename Prov
iderSummaryT = Prov
iderSummary>
118 m_providerSummaryHasBeenSet =
true;
119 m_providerSummary = std::forward<ProviderSummaryT>(value);
121 template <
typename Prov
iderSummaryT = Prov
iderSummary>
134 template <
typename CreatedAtT = Aws::Utils::DateTime>
136 m_createdAtHasBeenSet =
true;
137 m_createdAt = std::forward<CreatedAtT>(value);
139 template <
typename CreatedAtT = Aws::Utils::DateTime>
157 bool m_connectorArnHasBeenSet =
false;
158 bool m_connectorIdHasBeenSet =
false;
159 bool m_nameHasBeenSet =
false;
160 bool m_descriptionHasBeenSet =
false;
161 bool m_providerSummaryHasBeenSet =
false;
162 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