7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/signer/SignerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ProfileNameT = Aws::String>
48 void SetProfileName(ProfileNameT&& value) { m_profileNameHasBeenSet =
true; m_profileName = std::forward<ProfileNameT>(value); }
49 template<
typename ProfileNameT = Aws::String>
59 template<
typename NextTokenT = Aws::String>
60 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
61 template<
typename NextTokenT = Aws::String>
67 bool m_profileNameHasBeenSet =
false;
70 bool m_nextTokenHasBeenSet =
false;
ListProfilePermissionsRequest & WithProfileName(ProfileNameT &&value)
AWS_SIGNER_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
void SetProfileName(ProfileNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
AWS_SIGNER_API ListProfilePermissionsRequest()=default
const Aws::String & GetProfileName() const
AWS_SIGNER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListProfilePermissionsRequest & WithNextToken(NextTokenT &&value)
bool ProfileNameHasBeenSet() const
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String