7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iam/IAMRequest.h>
9#include <aws/iam/IAM_EXPORTS.h>
47 template <
typename UserNameT = Aws::String>
49 m_userNameHasBeenSet =
true;
50 m_userName = std::forward<UserNameT>(value);
52 template <
typename UserNameT = Aws::String>
70 template <
typename ServiceSpecificCredentialIdT = Aws::String>
72 m_serviceSpecificCredentialIdHasBeenSet =
true;
73 m_serviceSpecificCredentialId = std::forward<ServiceSpecificCredentialIdT>(value);
75 template <
typename ServiceSpecificCredentialIdT = Aws::String>
85 bool m_userNameHasBeenSet =
false;
86 bool m_serviceSpecificCredentialIdHasBeenSet =
false;
bool ServiceSpecificCredentialIdHasBeenSet() const
AWS_IAM_API Aws::String SerializePayload() const override
void SetServiceSpecificCredentialId(ServiceSpecificCredentialIdT &&value)
const Aws::String & GetUserName() const
AWS_IAM_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool UserNameHasBeenSet() const
void SetUserName(UserNameT &&value)
AWS_IAM_API DeleteServiceSpecificCredentialRequest()=default
const Aws::String & GetServiceSpecificCredentialId() const
virtual const char * GetServiceRequestName() const override
DeleteServiceSpecificCredentialRequest & WithServiceSpecificCredentialId(ServiceSpecificCredentialIdT &&value)
DeleteServiceSpecificCredentialRequest & WithUserName(UserNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String