/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An array with one or more objects that includes a security control
* (identified with SecurityControlId
,
* SecurityControlArn
, or a mix of both parameters) and the Amazon
* Resource Name (ARN) of a standard. The security control ID or ARN is the same
* across standards. See Also:
AWS
* API Reference
The unique identifier (identified with SecurityControlId
,
* SecurityControlArn
, or a mix of both parameters) of a security
* control across standards.
The unique identifier (identified with SecurityControlId
,
* SecurityControlArn
, or a mix of both parameters) of a security
* control across standards.
The unique identifier (identified with SecurityControlId
,
* SecurityControlArn
, or a mix of both parameters) of a security
* control across standards.
The unique identifier (identified with SecurityControlId
,
* SecurityControlArn
, or a mix of both parameters) of a security
* control across standards.
The unique identifier (identified with SecurityControlId
,
* SecurityControlArn
, or a mix of both parameters) of a security
* control across standards.
The unique identifier (identified with SecurityControlId
,
* SecurityControlArn
, or a mix of both parameters) of a security
* control across standards.
The unique identifier (identified with SecurityControlId
,
* SecurityControlArn
, or a mix of both parameters) of a security
* control across standards.
The unique identifier (identified with SecurityControlId
,
* SecurityControlArn
, or a mix of both parameters) of a security
* control across standards.
The ARN of a standard.
*/ inline const Aws::String& GetStandardsArn() const{ return m_standardsArn; } /** *The ARN of a standard.
*/ inline bool StandardsArnHasBeenSet() const { return m_standardsArnHasBeenSet; } /** *The ARN of a standard.
*/ inline void SetStandardsArn(const Aws::String& value) { m_standardsArnHasBeenSet = true; m_standardsArn = value; } /** *The ARN of a standard.
*/ inline void SetStandardsArn(Aws::String&& value) { m_standardsArnHasBeenSet = true; m_standardsArn = std::move(value); } /** *The ARN of a standard.
*/ inline void SetStandardsArn(const char* value) { m_standardsArnHasBeenSet = true; m_standardsArn.assign(value); } /** *The ARN of a standard.
*/ inline StandardsControlAssociationId& WithStandardsArn(const Aws::String& value) { SetStandardsArn(value); return *this;} /** *The ARN of a standard.
*/ inline StandardsControlAssociationId& WithStandardsArn(Aws::String&& value) { SetStandardsArn(std::move(value)); return *this;} /** *The ARN of a standard.
*/ inline StandardsControlAssociationId& WithStandardsArn(const char* value) { SetStandardsArn(value); return *this;} private: Aws::String m_securityControlId; bool m_securityControlIdHasBeenSet = false; Aws::String m_standardsArn; bool m_standardsArnHasBeenSet = false; }; } // namespace Model } // namespace SecurityHub } // namespace Aws