7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename AccountNameT = Aws::String>
46 m_accountNameHasBeenSet =
true;
47 m_accountName = std::forward<AccountNameT>(value);
49 template <
typename AccountNameT = Aws::String>
62 template <
typename AccountPasswordT = Aws::String>
64 m_accountPasswordHasBeenSet =
true;
65 m_accountPassword = std::forward<AccountPasswordT>(value);
67 template <
typename AccountPasswordT = Aws::String>
75 bool m_accountNameHasBeenSet =
false;
78 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