7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename AuthenticationProfileNameT = Aws::String>
47 void SetAuthenticationProfileName(AuthenticationProfileNameT&& value) { m_authenticationProfileNameHasBeenSet =
true; m_authenticationProfileName = std::forward<AuthenticationProfileNameT>(value); }
48 template<
typename AuthenticationProfileNameT = Aws::String>
54 bool m_authenticationProfileNameHasBeenSet =
false;
const Aws::String & GetAuthenticationProfileName() const
virtual const char * GetServiceRequestName() const override
AWS_REDSHIFT_API DescribeAuthenticationProfilesRequest()=default
DescribeAuthenticationProfilesRequest & WithAuthenticationProfileName(AuthenticationProfileNameT &&value)
bool AuthenticationProfileNameHasBeenSet() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_REDSHIFT_API Aws::String SerializePayload() const override
void SetAuthenticationProfileName(AuthenticationProfileNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String