7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/inspector2/model/FreeTrialInfo.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>
62 template<
typename FreeTrialInfoT = Aws::Vector<FreeTrialInfo>>
63 void SetFreeTrialInfo(FreeTrialInfoT&& value) { m_freeTrialInfoHasBeenSet =
true; m_freeTrialInfo = std::forward<FreeTrialInfoT>(value); }
64 template<
typename FreeTrialInfoT = Aws::Vector<FreeTrialInfo>>
66 template<
typename FreeTrialInfoT = FreeTrialInfo>
72 bool m_accountIdHasBeenSet =
false;
75 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