7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/inspector2/Inspector2_EXPORTS.h>
10#include <aws/inspector2/model/IntegrationStatus.h>
11#include <aws/inspector2/model/IntegrationType.h>
44 template <
typename IntegrationArnT = Aws::String>
46 m_integrationArnHasBeenSet =
true;
47 m_integrationArn = std::forward<IntegrationArnT>(value);
49 template <
typename IntegrationArnT = Aws::String>
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
81 m_typeHasBeenSet =
true;
97 m_statusHasBeenSet =
true;
112 template <
typename StatusReasonT = Aws::String>
114 m_statusReasonHasBeenSet =
true;
115 m_statusReason = std::forward<StatusReasonT>(value);
117 template <
typename StatusReasonT = Aws::String>
130 template <
typename CreatedOnT = Aws::Utils::DateTime>
132 m_createdOnHasBeenSet =
true;
133 m_createdOn = std::forward<CreatedOnT>(value);
135 template <
typename CreatedOnT = Aws::Utils::DateTime>
148 template <
typename LastUpdateOnT = Aws::Utils::DateTime>
150 m_lastUpdateOnHasBeenSet =
true;
151 m_lastUpdateOn = std::forward<LastUpdateOnT>(value);
153 template <
typename LastUpdateOnT = Aws::Utils::DateTime>
173 bool m_integrationArnHasBeenSet =
false;
174 bool m_nameHasBeenSet =
false;
175 bool m_typeHasBeenSet =
false;
176 bool m_statusHasBeenSet =
false;
177 bool m_statusReasonHasBeenSet =
false;
178 bool m_createdOnHasBeenSet =
false;
179 bool m_lastUpdateOnHasBeenSet =
false;
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetLastUpdateOn() const
void SetName(NameT &&value)
void SetLastUpdateOn(LastUpdateOnT &&value)
CodeSecurityIntegrationSummary & WithStatus(IntegrationStatus value)
AWS_INSPECTOR2_API CodeSecurityIntegrationSummary(Aws::Utils::Json::JsonView jsonValue)
CodeSecurityIntegrationSummary & WithCreatedOn(CreatedOnT &&value)
bool StatusReasonHasBeenSet() const
CodeSecurityIntegrationSummary & WithName(NameT &&value)
CodeSecurityIntegrationSummary & WithType(IntegrationType value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreatedOnHasBeenSet() const
bool StatusHasBeenSet() const
bool LastUpdateOnHasBeenSet() const
IntegrationType GetType() const
CodeSecurityIntegrationSummary & WithIntegrationArn(IntegrationArnT &&value)
void SetType(IntegrationType value)
bool TypeHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedOn() const
IntegrationStatus GetStatus() const
CodeSecurityIntegrationSummary & WithLastUpdateOn(LastUpdateOnT &&value)
bool NameHasBeenSet() const
AWS_INSPECTOR2_API CodeSecurityIntegrationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(IntegrationStatus value)
void SetCreatedOn(CreatedOnT &&value)
const Aws::String & GetIntegrationArn() const
void SetIntegrationArn(IntegrationArnT &&value)
bool IntegrationArnHasBeenSet() const
CodeSecurityIntegrationSummary & WithStatusReason(StatusReasonT &&value)
const Aws::String & GetStatusReason() const
AWS_INSPECTOR2_API CodeSecurityIntegrationSummary()=default
void SetStatusReason(StatusReasonT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue