7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename RoleT = Aws::String>
48 void SetRole(RoleT&& value) { m_roleHasBeenSet =
true; m_role = std::forward<RoleT>(value); }
49 template<
typename RoleT = Aws::String>
55 bool m_roleHasBeenSet =
false;
AWS_TRANSFER_API UpdateWebAppIdentityCenterConfig()=default
void SetRole(RoleT &&value)
UpdateWebAppIdentityCenterConfig & WithRole(RoleT &&value)
AWS_TRANSFER_API UpdateWebAppIdentityCenterConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSFER_API UpdateWebAppIdentityCenterConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRole() const
bool RoleHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue