7#include <aws/sso-admin/SSOAdmin_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
65 template<
typename PathT = Aws::String>
66 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
67 template<
typename PathT = Aws::String>
73 bool m_nameHasBeenSet =
false;
76 bool m_pathHasBeenSet =
false;
const Aws::String & GetPath() const
void SetName(NameT &&value)
AWS_SSOADMIN_API CustomerManagedPolicyReference()=default
bool NameHasBeenSet() const
CustomerManagedPolicyReference & WithPath(PathT &&value)
const Aws::String & GetName() const
AWS_SSOADMIN_API Aws::Utils::Json::JsonValue Jsonize() const
CustomerManagedPolicyReference & WithName(NameT &&value)
AWS_SSOADMIN_API CustomerManagedPolicyReference & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SSOADMIN_API CustomerManagedPolicyReference(Aws::Utils::Json::JsonView jsonValue)
bool PathHasBeenSet() const
void SetPath(PathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue