7#include <aws/sso-admin/SSOAdmin_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DisplayNameT = Aws::String>
48 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
49 template<
typename DisplayNameT = Aws::String>
59 template<
typename IconUrlT = Aws::String>
60 void SetIconUrl(IconUrlT&& value) { m_iconUrlHasBeenSet =
true; m_iconUrl = std::forward<IconUrlT>(value); }
61 template<
typename IconUrlT = Aws::String>
71 template<
typename DescriptionT = Aws::String>
72 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
73 template<
typename DescriptionT = Aws::String>
79 bool m_displayNameHasBeenSet =
false;
82 bool m_iconUrlHasBeenSet =
false;
85 bool m_descriptionHasBeenSet =
false;
DisplayData & WithDescription(DescriptionT &&value)
DisplayData & WithDisplayName(DisplayNameT &&value)
AWS_SSOADMIN_API DisplayData()=default
AWS_SSOADMIN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SSOADMIN_API DisplayData & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDisplayName(DisplayNameT &&value)
bool DescriptionHasBeenSet() const
DisplayData & WithIconUrl(IconUrlT &&value)
AWS_SSOADMIN_API DisplayData(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIconUrl() const
const Aws::String & GetDisplayName() const
const Aws::String & GetDescription() const
bool IconUrlHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetIconUrl(IconUrlT &&value)
bool DisplayNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue