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>
51 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
74 bool m_accountIdHasBeenSet =
false;
77 bool m_freeTrialInfoHasBeenSet =
false;
void SetAccountId(const Aws::String &value)
bool FreeTrialInfoHasBeenSet() const
FreeTrialAccountInfo & AddFreeTrialInfo(const FreeTrialInfo &value)
FreeTrialAccountInfo & AddFreeTrialInfo(FreeTrialInfo &&value)
FreeTrialAccountInfo & WithAccountId(const Aws::String &value)
const Aws::String & GetAccountId() const
AWS_INSPECTOR2_API FreeTrialAccountInfo(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< FreeTrialInfo > & GetFreeTrialInfo() const
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
FreeTrialAccountInfo & WithAccountId(const char *value)
void SetFreeTrialInfo(const Aws::Vector< FreeTrialInfo > &value)
FreeTrialAccountInfo & WithFreeTrialInfo(Aws::Vector< FreeTrialInfo > &&value)
FreeTrialAccountInfo & WithFreeTrialInfo(const Aws::Vector< FreeTrialInfo > &value)
void SetFreeTrialInfo(Aws::Vector< FreeTrialInfo > &&value)
AWS_INSPECTOR2_API FreeTrialAccountInfo()
bool AccountIdHasBeenSet() const
FreeTrialAccountInfo & WithAccountId(Aws::String &&value)
void SetAccountId(Aws::String &&value)
void SetAccountId(const char *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