7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
46 template <
typename SecurityControlIdT = Aws::String>
48 m_securityControlIdHasBeenSet =
true;
49 m_securityControlId = std::forward<SecurityControlIdT>(value);
51 template <
typename SecurityControlIdT = Aws::String>
64 template <
typename StandardsArnT = Aws::String>
66 m_standardsArnHasBeenSet =
true;
67 m_standardsArn = std::forward<StandardsArnT>(value);
69 template <
typename StandardsArnT = Aws::String>
79 bool m_securityControlIdHasBeenSet =
false;
80 bool m_standardsArnHasBeenSet =
false;
AWS_SECURITYHUB_API StandardsControlAssociationId & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API StandardsControlAssociationId(Aws::Utils::Json::JsonView jsonValue)
void SetSecurityControlId(SecurityControlIdT &&value)
bool SecurityControlIdHasBeenSet() const
AWS_SECURITYHUB_API StandardsControlAssociationId()=default
StandardsControlAssociationId & WithSecurityControlId(SecurityControlIdT &&value)
bool StandardsArnHasBeenSet() const
void SetStandardsArn(StandardsArnT &&value)
const Aws::String & GetStandardsArn() const
StandardsControlAssociationId & WithStandardsArn(StandardsArnT &&value)
const Aws::String & GetSecurityControlId() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue