/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An object that contains details about the status of Amazon Inspector deep
* inspection for a member account in your organization.See Also:
* AWS
* API Reference
The unique identifier for the Amazon Web Services account of the organization * member.
*/ inline const Aws::String& GetAccountId() const{ return m_accountId; } /** *The unique identifier for the Amazon Web Services account of the organization * member.
*/ inline bool AccountIdHasBeenSet() const { return m_accountIdHasBeenSet; } /** *The unique identifier for the Amazon Web Services account of the organization * member.
*/ inline void SetAccountId(const Aws::String& value) { m_accountIdHasBeenSet = true; m_accountId = value; } /** *The unique identifier for the Amazon Web Services account of the organization * member.
*/ inline void SetAccountId(Aws::String&& value) { m_accountIdHasBeenSet = true; m_accountId = std::move(value); } /** *The unique identifier for the Amazon Web Services account of the organization * member.
*/ inline void SetAccountId(const char* value) { m_accountIdHasBeenSet = true; m_accountId.assign(value); } /** *The unique identifier for the Amazon Web Services account of the organization * member.
*/ inline MemberAccountEc2DeepInspectionStatus& WithAccountId(const Aws::String& value) { SetAccountId(value); return *this;} /** *The unique identifier for the Amazon Web Services account of the organization * member.
*/ inline MemberAccountEc2DeepInspectionStatus& WithAccountId(Aws::String&& value) { SetAccountId(std::move(value)); return *this;} /** *The unique identifier for the Amazon Web Services account of the organization * member.
*/ inline MemberAccountEc2DeepInspectionStatus& WithAccountId(const char* value) { SetAccountId(value); return *this;} /** *Whether Amazon Inspector deep inspection is active in the account. If
* TRUE
Amazon Inspector deep inspection is active, if
* FALSE
it is not active.
Whether Amazon Inspector deep inspection is active in the account. If
* TRUE
Amazon Inspector deep inspection is active, if
* FALSE
it is not active.
Whether Amazon Inspector deep inspection is active in the account. If
* TRUE
Amazon Inspector deep inspection is active, if
* FALSE
it is not active.
Whether Amazon Inspector deep inspection is active in the account. If
* TRUE
Amazon Inspector deep inspection is active, if
* FALSE
it is not active.