7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/model/AssociationStatus.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/DateTime.h>
52 inline void SetStandardsArn(
const char* value) { m_standardsArnHasBeenSet =
true; m_standardsArn.assign(value); }
68 inline void SetSecurityControlId(
const char* value) { m_securityControlIdHasBeenSet =
true; m_securityControlId.assign(value); }
84 inline void SetSecurityControlArn(
const char* value) { m_securityControlArnHasBeenSet =
true; m_securityControlArn.assign(value); }
140 inline void SetUpdatedReason(
const char* value) { m_updatedReasonHasBeenSet =
true; m_updatedReason.assign(value); }
154 inline void SetStandardsControlTitle(
const char* value) { m_standardsControlTitleHasBeenSet =
true; m_standardsControlTitle.assign(value); }
178 bool m_standardsArnHasBeenSet =
false;
181 bool m_securityControlIdHasBeenSet =
false;
184 bool m_securityControlArnHasBeenSet =
false;
187 bool m_associationStatusHasBeenSet =
false;
190 bool m_relatedRequirementsHasBeenSet =
false;
193 bool m_updatedAtHasBeenSet =
false;
196 bool m_updatedReasonHasBeenSet =
false;
199 bool m_standardsControlTitleHasBeenSet =
false;
202 bool m_standardsControlDescriptionHasBeenSet =
false;
bool AssociationStatusHasBeenSet() const
bool RelatedRequirementsHasBeenSet() const
const Aws::String & GetStandardsControlTitle() const
bool UpdatedAtHasBeenSet() const
StandardsControlAssociationSummary & WithStandardsControlDescription(Aws::String &&value)
StandardsControlAssociationSummary & WithRelatedRequirements(Aws::Vector< Aws::String > &&value)
const Aws::String & GetUpdatedReason() const
const Aws::String & GetStandardsControlDescription() const
void SetAssociationStatus(const AssociationStatus &value)
void SetStandardsControlTitle(const Aws::String &value)
AWS_SECURITYHUB_API StandardsControlAssociationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRelatedRequirements(const Aws::Vector< Aws::String > &value)
void SetSecurityControlArn(const Aws::String &value)
StandardsControlAssociationSummary & WithStandardsArn(const char *value)
StandardsControlAssociationSummary & WithStandardsArn(Aws::String &&value)
void SetStandardsControlDescription(const Aws::String &value)
void SetStandardsControlTitle(const char *value)
StandardsControlAssociationSummary & WithUpdatedReason(const char *value)
StandardsControlAssociationSummary & WithAssociationStatus(AssociationStatus &&value)
StandardsControlAssociationSummary & WithUpdatedReason(const Aws::String &value)
StandardsControlAssociationSummary & WithAssociationStatus(const AssociationStatus &value)
AWS_SECURITYHUB_API StandardsControlAssociationSummary()
void SetStandardsArn(const Aws::String &value)
void SetUpdatedReason(const char *value)
StandardsControlAssociationSummary & WithStandardsControlDescription(const char *value)
bool SecurityControlIdHasBeenSet() const
void SetUpdatedReason(Aws::String &&value)
StandardsControlAssociationSummary & WithRelatedRequirements(const Aws::Vector< Aws::String > &value)
void SetSecurityControlId(Aws::String &&value)
void SetStandardsControlDescription(Aws::String &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
StandardsControlAssociationSummary & WithSecurityControlId(Aws::String &&value)
StandardsControlAssociationSummary & WithStandardsControlTitle(const char *value)
StandardsControlAssociationSummary & WithSecurityControlId(const Aws::String &value)
void SetSecurityControlArn(Aws::String &&value)
void SetUpdatedAt(const Aws::Utils::DateTime &value)
StandardsControlAssociationSummary & WithStandardsArn(const Aws::String &value)
void SetRelatedRequirements(Aws::Vector< Aws::String > &&value)
StandardsControlAssociationSummary & WithStandardsControlTitle(Aws::String &&value)
void SetUpdatedAt(Aws::Utils::DateTime &&value)
StandardsControlAssociationSummary & WithStandardsControlDescription(const Aws::String &value)
StandardsControlAssociationSummary & AddRelatedRequirements(const char *value)
const Aws::Vector< Aws::String > & GetRelatedRequirements() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStandardsArn(const char *value)
bool StandardsArnHasBeenSet() const
StandardsControlAssociationSummary & WithUpdatedReason(Aws::String &&value)
const AssociationStatus & GetAssociationStatus() const
bool UpdatedReasonHasBeenSet() const
void SetStandardsArn(Aws::String &&value)
StandardsControlAssociationSummary & WithSecurityControlArn(Aws::String &&value)
const Aws::String & GetSecurityControlArn() const
StandardsControlAssociationSummary & WithUpdatedAt(const Aws::Utils::DateTime &value)
void SetSecurityControlId(const char *value)
bool StandardsControlTitleHasBeenSet() const
StandardsControlAssociationSummary & WithUpdatedAt(Aws::Utils::DateTime &&value)
void SetAssociationStatus(AssociationStatus &&value)
const Aws::String & GetStandardsArn() const
void SetStandardsControlDescription(const char *value)
StandardsControlAssociationSummary & WithSecurityControlArn(const Aws::String &value)
void SetUpdatedReason(const Aws::String &value)
void SetSecurityControlId(const Aws::String &value)
bool SecurityControlArnHasBeenSet() const
StandardsControlAssociationSummary & WithStandardsControlTitle(const Aws::String &value)
StandardsControlAssociationSummary & WithSecurityControlArn(const char *value)
StandardsControlAssociationSummary & WithSecurityControlId(const char *value)
bool StandardsControlDescriptionHasBeenSet() const
AWS_SECURITYHUB_API StandardsControlAssociationSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSecurityControlId() const
void SetStandardsControlTitle(Aws::String &&value)
StandardsControlAssociationSummary & AddRelatedRequirements(Aws::String &&value)
void SetSecurityControlArn(const char *value)
StandardsControlAssociationSummary & AddRelatedRequirements(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue