79 inline void SetAccountName(
const char* value) { m_accountNameHasBeenSet =
true; m_accountName.assign(value); }
129 inline void SetAccountPassword(
const char* value) { m_accountPasswordHasBeenSet =
true; m_accountPassword.assign(value); }
149 bool m_accountNameHasBeenSet =
false;
152 bool m_accountPasswordHasBeenSet =
false;
#define AWS_APPSTREAM_API
bool AccountNameHasBeenSet() const
AWS_APPSTREAM_API ServiceAccountCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceAccountCredentials & WithAccountPassword(const char *value)
const Aws::String & GetAccountPassword() const
void SetAccountPassword(const char *value)
const Aws::String & GetAccountName() const
void SetAccountPassword(const Aws::String &value)
void SetAccountName(Aws::String &&value)
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
bool AccountPasswordHasBeenSet() const
AWS_APPSTREAM_API ServiceAccountCredentials()
ServiceAccountCredentials & WithAccountName(Aws::String &&value)
void SetAccountPassword(Aws::String &&value)
void SetAccountName(const Aws::String &value)
ServiceAccountCredentials & WithAccountName(const Aws::String &value)
ServiceAccountCredentials & WithAccountPassword(const Aws::String &value)
ServiceAccountCredentials & WithAccountName(const char *value)
ServiceAccountCredentials & WithAccountPassword(Aws::String &&value)
AWS_APPSTREAM_API ServiceAccountCredentials(Aws::Utils::Json::JsonView jsonValue)
void SetAccountName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String