/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides details of the GuardDuty member account that uses a free trial
* service.See Also:
AWS
* API Reference
The account identifier of the GuardDuty member account.
*/ inline const Aws::String& GetAccountId() const{ return m_accountId; } /** *The account identifier of the GuardDuty member account.
*/ inline bool AccountIdHasBeenSet() const { return m_accountIdHasBeenSet; } /** *The account identifier of the GuardDuty member account.
*/ inline void SetAccountId(const Aws::String& value) { m_accountIdHasBeenSet = true; m_accountId = value; } /** *The account identifier of the GuardDuty member account.
*/ inline void SetAccountId(Aws::String&& value) { m_accountIdHasBeenSet = true; m_accountId = std::move(value); } /** *The account identifier of the GuardDuty member account.
*/ inline void SetAccountId(const char* value) { m_accountIdHasBeenSet = true; m_accountId.assign(value); } /** *The account identifier of the GuardDuty member account.
*/ inline AccountFreeTrialInfo& WithAccountId(const Aws::String& value) { SetAccountId(value); return *this;} /** *The account identifier of the GuardDuty member account.
*/ inline AccountFreeTrialInfo& WithAccountId(Aws::String&& value) { SetAccountId(std::move(value)); return *this;} /** *The account identifier of the GuardDuty member account.
*/ inline AccountFreeTrialInfo& WithAccountId(const char* value) { SetAccountId(value); return *this;} /** *A list of features enabled for the GuardDuty account.
*/ inline const Aws::VectorA list of features enabled for the GuardDuty account.
*/ inline bool FeaturesHasBeenSet() const { return m_featuresHasBeenSet; } /** *A list of features enabled for the GuardDuty account.
*/ inline void SetFeatures(const Aws::VectorA list of features enabled for the GuardDuty account.
*/ inline void SetFeatures(Aws::VectorA list of features enabled for the GuardDuty account.
*/ inline AccountFreeTrialInfo& WithFeatures(const Aws::VectorA list of features enabled for the GuardDuty account.
*/ inline AccountFreeTrialInfo& WithFeatures(Aws::VectorA list of features enabled for the GuardDuty account.
*/ inline AccountFreeTrialInfo& AddFeatures(const FreeTrialFeatureConfigurationResult& value) { m_featuresHasBeenSet = true; m_features.push_back(value); return *this; } /** *A list of features enabled for the GuardDuty account.
*/ inline AccountFreeTrialInfo& AddFeatures(FreeTrialFeatureConfigurationResult&& value) { m_featuresHasBeenSet = true; m_features.push_back(std::move(value)); return *this; } private: Aws::String m_accountId; bool m_accountIdHasBeenSet = false; Aws::Vector