7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iam/IAMRequest.h>
9#include <aws/iam/IAM_EXPORTS.h>
42 template <
typename EntityArnT = Aws::String>
44 m_entityArnHasBeenSet =
true;
45 m_entityArn = std::forward<EntityArnT>(value);
47 template <
typename EntityArnT = Aws::String>
63 template <
typename LocaleT = Aws::String>
65 m_localeHasBeenSet =
true;
66 m_locale = std::forward<LocaleT>(value);
68 template <
typename LocaleT = Aws::String>
78 bool m_entityArnHasBeenSet =
false;
79 bool m_localeHasBeenSet =
false;
void SetLocale(LocaleT &&value)
GetHumanReadableSummaryRequest & WithEntityArn(EntityArnT &&value)
AWS_IAM_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
GetHumanReadableSummaryRequest & WithLocale(LocaleT &&value)
AWS_IAM_API GetHumanReadableSummaryRequest()=default
void SetEntityArn(EntityArnT &&value)
bool EntityArnHasBeenSet() const
const Aws::String & GetEntityArn() const
AWS_IAM_API Aws::String SerializePayload() const override
const Aws::String & GetLocale() const
virtual const char * GetServiceRequestName() const override
bool LocaleHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String