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 RedshiftIdcApplicationArnT = Aws::String>
47 void SetRedshiftIdcApplicationArn(RedshiftIdcApplicationArnT&& value) { m_redshiftIdcApplicationArnHasBeenSet =
true; m_redshiftIdcApplicationArn = std::forward<RedshiftIdcApplicationArnT>(value); }
48 template<
typename RedshiftIdcApplicationArnT = Aws::String>
61 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
75 template<
typename MarkerT = Aws::String>
76 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
77 template<
typename MarkerT = Aws::String>
83 bool m_redshiftIdcApplicationArnHasBeenSet =
false;
86 bool m_maxRecordsHasBeenSet =
false;
89 bool m_markerHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool MaxRecordsHasBeenSet() const
DescribeRedshiftIdcApplicationsRequest & WithMaxRecords(int value)
const Aws::String & GetMarker() const
bool MarkerHasBeenSet() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetRedshiftIdcApplicationArn() const
void SetRedshiftIdcApplicationArn(RedshiftIdcApplicationArnT &&value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
DescribeRedshiftIdcApplicationsRequest & WithRedshiftIdcApplicationArn(RedshiftIdcApplicationArnT &&value)
int GetMaxRecords() const
DescribeRedshiftIdcApplicationsRequest & WithMarker(MarkerT &&value)
AWS_REDSHIFT_API DescribeRedshiftIdcApplicationsRequest()=default
void SetMarker(MarkerT &&value)
bool RedshiftIdcApplicationArnHasBeenSet() const
void SetMaxRecords(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String