7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iam/IAMRequest.h>
9#include <aws/iam/IAM_EXPORTS.h>
50 template <
typename AWSServiceNameT = Aws::String>
52 m_aWSServiceNameHasBeenSet =
true;
53 m_aWSServiceName = std::forward<AWSServiceNameT>(value);
55 template <
typename AWSServiceNameT = Aws::String>
68 template <
typename DescriptionT = Aws::String>
70 m_descriptionHasBeenSet =
true;
71 m_description = std::forward<DescriptionT>(value);
73 template <
typename DescriptionT = Aws::String>
93 template <
typename CustomSuffixT = Aws::String>
95 m_customSuffixHasBeenSet =
true;
96 m_customSuffix = std::forward<CustomSuffixT>(value);
98 template <
typename CustomSuffixT = Aws::String>
110 bool m_aWSServiceNameHasBeenSet =
false;
111 bool m_descriptionHasBeenSet =
false;
112 bool m_customSuffixHasBeenSet =
false;
bool DescriptionHasBeenSet() const
void SetCustomSuffix(CustomSuffixT &&value)
CreateServiceLinkedRoleRequest & WithCustomSuffix(CustomSuffixT &&value)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
AWS_IAM_API Aws::String SerializePayload() const override
AWS_IAM_API CreateServiceLinkedRoleRequest()=default
CreateServiceLinkedRoleRequest & WithAWSServiceName(AWSServiceNameT &&value)
const Aws::String & GetCustomSuffix() const
CreateServiceLinkedRoleRequest & WithDescription(DescriptionT &&value)
void SetAWSServiceName(AWSServiceNameT &&value)
bool CustomSuffixHasBeenSet() const
AWS_IAM_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetAWSServiceName() const
bool AWSServiceNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String