7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetAccountName(
const char* value) { m_accountNameHasBeenSet =
true; m_accountName.assign(value); }
66 inline void SetAccountPassword(
const char* value) { m_accountPasswordHasBeenSet =
true; m_accountPassword.assign(value); }
74 bool m_accountNameHasBeenSet =
false;
77 bool m_accountPasswordHasBeenSet =
false;
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
Aws::Utils::Json::JsonValue JsonValue