7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/model/AssociationStatus.h>
51 template<
typename StandardsArnT = Aws::String>
52 void SetStandardsArn(StandardsArnT&& value) { m_standardsArnHasBeenSet =
true; m_standardsArn = std::forward<StandardsArnT>(value); }
53 template<
typename StandardsArnT = Aws::String>
64 template<
typename SecurityControlIdT = Aws::String>
65 void SetSecurityControlId(SecurityControlIdT&& value) { m_securityControlIdHasBeenSet =
true; m_securityControlId = std::forward<SecurityControlIdT>(value); }
66 template<
typename SecurityControlIdT = Aws::String>
86 template<
typename UpdatedReasonT = Aws::String>
87 void SetUpdatedReason(UpdatedReasonT&& value) { m_updatedReasonHasBeenSet =
true; m_updatedReason = std::forward<UpdatedReasonT>(value); }
88 template<
typename UpdatedReasonT = Aws::String>
94 bool m_standardsArnHasBeenSet =
false;
97 bool m_securityControlIdHasBeenSet =
false;
100 bool m_associationStatusHasBeenSet =
false;
103 bool m_updatedReasonHasBeenSet =
false;
void SetAssociationStatus(AssociationStatus value)
const Aws::String & GetStandardsArn() const
StandardsControlAssociationUpdate & WithAssociationStatus(AssociationStatus value)
void SetSecurityControlId(SecurityControlIdT &&value)
const Aws::String & GetSecurityControlId() const
AssociationStatus GetAssociationStatus() const
bool AssociationStatusHasBeenSet() const
bool UpdatedReasonHasBeenSet() const
bool SecurityControlIdHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API StandardsControlAssociationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetUpdatedReason() const
void SetUpdatedReason(UpdatedReasonT &&value)
AWS_SECURITYHUB_API StandardsControlAssociationUpdate(Aws::Utils::Json::JsonView jsonValue)
bool StandardsArnHasBeenSet() const
StandardsControlAssociationUpdate & WithUpdatedReason(UpdatedReasonT &&value)
void SetStandardsArn(StandardsArnT &&value)
StandardsControlAssociationUpdate & WithSecurityControlId(SecurityControlIdT &&value)
AWS_SECURITYHUB_API StandardsControlAssociationUpdate()=default
StandardsControlAssociationUpdate & WithStandardsArn(StandardsArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue