7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/guardduty/model/FreeTrialFeatureConfigurationResult.h>
49 template<
typename AccountIdT = Aws::String>
50 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
51 template<
typename AccountIdT = Aws::String>
61 template<
typename FeaturesT = Aws::Vector<FreeTrialFeatureConfigurationResult>>
62 void SetFeatures(FeaturesT&& value) { m_featuresHasBeenSet =
true; m_features = std::forward<FeaturesT>(value); }
63 template<
typename FeaturesT = Aws::Vector<FreeTrialFeatureConfigurationResult>>
65 template<
typename FeaturesT = FreeTrialFeatureConfigurationResult>
71 bool m_accountIdHasBeenSet =
false;
74 bool m_featuresHasBeenSet =
false;
const Aws::String & GetAccountId() const
bool FeaturesHasBeenSet() const
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GUARDDUTY_API AccountFreeTrialInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API AccountFreeTrialInfo()=default
AccountFreeTrialInfo & AddFeatures(FeaturesT &&value)
AWS_GUARDDUTY_API AccountFreeTrialInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AccountFreeTrialInfo & WithAccountId(AccountIdT &&value)
void SetAccountId(AccountIdT &&value)
const Aws::Vector< FreeTrialFeatureConfigurationResult > & GetFeatures() const
AccountFreeTrialInfo & WithFeatures(FeaturesT &&value)
bool AccountIdHasBeenSet() const
void SetFeatures(FeaturesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue