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>
68 template <
typename ServiceSpecificCredentialIdT = Aws::String>
70 m_serviceSpecificCredentialIdHasBeenSet =
true;
71 m_serviceSpecificCredentialId = std::forward<ServiceSpecificCredentialIdT>(value);
73 template <
typename ServiceSpecificCredentialIdT = Aws::String>
83 bool m_userNameHasBeenSet =
false;
84 bool m_serviceSpecificCredentialIdHasBeenSet =
false;
ResetServiceSpecificCredentialRequest & WithUserName(UserNameT &&value)
bool ServiceSpecificCredentialIdHasBeenSet() const
AWS_IAM_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetUserName(UserNameT &&value)
bool UserNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetServiceSpecificCredentialId() const
void SetServiceSpecificCredentialId(ServiceSpecificCredentialIdT &&value)
AWS_IAM_API ResetServiceSpecificCredentialRequest()=default
AWS_IAM_API Aws::String SerializePayload() const override
ResetServiceSpecificCredentialRequest & WithServiceSpecificCredentialId(ServiceSpecificCredentialIdT &&value)
const Aws::String & GetUserName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String