7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
42 template <
typename RedshiftIdcApplicationArnT = Aws::String>
44 m_redshiftIdcApplicationArnHasBeenSet =
true;
45 m_redshiftIdcApplicationArn = std::forward<RedshiftIdcApplicationArnT>(value);
47 template <
typename RedshiftIdcApplicationArnT = Aws::String>
64 m_maxRecordsHasBeenSet =
true;
83 template <
typename MarkerT = Aws::String>
85 m_markerHasBeenSet =
true;
86 m_marker = std::forward<MarkerT>(value);
88 template <
typename MarkerT = Aws::String>
100 bool m_redshiftIdcApplicationArnHasBeenSet =
false;
101 bool m_maxRecordsHasBeenSet =
false;
102 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