7#include <aws/iam/IAM_EXPORTS.h>
8#include <aws/iam/IAMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename AWSServiceNameT = Aws::String>
55 void SetAWSServiceName(AWSServiceNameT&& value) { m_aWSServiceNameHasBeenSet =
true; m_aWSServiceName = std::forward<AWSServiceNameT>(value); }
56 template<
typename AWSServiceNameT = Aws::String>
66 template<
typename DescriptionT = Aws::String>
67 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
68 template<
typename DescriptionT = Aws::String>
85 template<
typename CustomSuffixT = Aws::String>
86 void SetCustomSuffix(CustomSuffixT&& value) { m_customSuffixHasBeenSet =
true; m_customSuffix = std::forward<CustomSuffixT>(value); }
87 template<
typename CustomSuffixT = Aws::String>
93 bool m_aWSServiceNameHasBeenSet =
false;
96 bool m_descriptionHasBeenSet =
false;
99 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