7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/inspector2/Inspector2_EXPORTS.h>
10#include <aws/inspector2/model/FreeTrialInfo.h>
43 template <
typename AccountIdT = Aws::String>
45 m_accountIdHasBeenSet =
true;
46 m_accountId = std::forward<AccountIdT>(value);
48 template <
typename AccountIdT = Aws::String>
62 template <
typename FreeTrialInfoT = Aws::Vector<FreeTrialInfo>>
64 m_freeTrialInfoHasBeenSet =
true;
65 m_freeTrialInfo = std::forward<FreeTrialInfoT>(value);
67 template <
typename FreeTrialInfoT = Aws::Vector<FreeTrialInfo>>
72 template <
typename FreeTrialInfoT = FreeTrialInfo>
74 m_freeTrialInfoHasBeenSet =
true;
75 m_freeTrialInfo.emplace_back(std::forward<FreeTrialInfoT>(value));
83 bool m_accountIdHasBeenSet =
false;
84 bool m_freeTrialInfoHasBeenSet =
false;
bool FreeTrialInfoHasBeenSet() const
FreeTrialAccountInfo & AddFreeTrialInfo(FreeTrialInfoT &&value)
void SetAccountId(AccountIdT &&value)
AWS_INSPECTOR2_API FreeTrialAccountInfo()=default
const Aws::String & GetAccountId() const
AWS_INSPECTOR2_API FreeTrialAccountInfo(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< FreeTrialInfo > & GetFreeTrialInfo() const
FreeTrialAccountInfo & WithFreeTrialInfo(FreeTrialInfoT &&value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
bool AccountIdHasBeenSet() const
FreeTrialAccountInfo & WithAccountId(AccountIdT &&value)
void SetFreeTrialInfo(FreeTrialInfoT &&value)
AWS_INSPECTOR2_API FreeTrialAccountInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue