7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename AccountNameT = Aws::String>
51 void SetAccountName(AccountNameT&& value) { m_accountNameHasBeenSet =
true; m_accountName = std::forward<AccountNameT>(value); }
52 template<
typename AccountNameT = Aws::String>
62 template<
typename AccountPasswordT = Aws::String>
63 void SetAccountPassword(AccountPasswordT&& value) { m_accountPasswordHasBeenSet =
true; m_accountPassword = std::forward<AccountPasswordT>(value); }
64 template<
typename AccountPasswordT = Aws::String>
70 bool m_accountNameHasBeenSet =
false;
73 bool m_accountPasswordHasBeenSet =
false;
bool AccountNameHasBeenSet() const
AWS_APPSTREAM_API ServiceAccountCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAccountPassword() const
const Aws::String & GetAccountName() const
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
bool AccountPasswordHasBeenSet() const
ServiceAccountCredentials & WithAccountPassword(AccountPasswordT &&value)
ServiceAccountCredentials & WithAccountName(AccountNameT &&value)
AWS_APPSTREAM_API ServiceAccountCredentials()=default
void SetAccountPassword(AccountPasswordT &&value)
void SetAccountName(AccountNameT &&value)
AWS_APPSTREAM_API ServiceAccountCredentials(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue