7#include <aws/iam/IAM_EXPORTS.h>
8#include <aws/iam/IAMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iam/model/StatusType.h>
52 template<
typename UserNameT = Aws::String>
53 void SetUserName(UserNameT&& value) { m_userNameHasBeenSet =
true; m_userName = std::forward<UserNameT>(value); }
54 template<
typename UserNameT = Aws::String>
67 template<
typename ServiceSpecificCredentialIdT = Aws::String>
68 void SetServiceSpecificCredentialId(ServiceSpecificCredentialIdT&& value) { m_serviceSpecificCredentialIdHasBeenSet =
true; m_serviceSpecificCredentialId = std::forward<ServiceSpecificCredentialIdT>(value); }
69 template<
typename ServiceSpecificCredentialIdT = Aws::String>
85 bool m_userNameHasBeenSet =
false;
88 bool m_serviceSpecificCredentialIdHasBeenSet =
false;
91 bool m_statusHasBeenSet =
false;
void SetServiceSpecificCredentialId(ServiceSpecificCredentialIdT &&value)
bool UserNameHasBeenSet() const
const Aws::String & GetUserName() const
UpdateServiceSpecificCredentialRequest & WithStatus(StatusType value)
StatusType GetStatus() const
UpdateServiceSpecificCredentialRequest & WithServiceSpecificCredentialId(ServiceSpecificCredentialIdT &&value)
void SetStatus(StatusType value)
bool ServiceSpecificCredentialIdHasBeenSet() const
void SetUserName(UserNameT &&value)
AWS_IAM_API UpdateServiceSpecificCredentialRequest()=default
UpdateServiceSpecificCredentialRequest & WithUserName(UserNameT &&value)
AWS_IAM_API Aws::String SerializePayload() const override
bool StatusHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetServiceSpecificCredentialId() const
AWS_IAM_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String