7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename ClusterIdentifierT = Aws::String>
46 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
47 template<
typename ClusterIdentifierT = Aws::String>
59 template<
typename AccountT = Aws::String>
60 void SetAccount(AccountT&& value) { m_accountHasBeenSet =
true; m_account = std::forward<AccountT>(value); }
61 template<
typename AccountT = Aws::String>
74 inline void SetGrantee(
bool value) { m_granteeHasBeenSet =
true; m_grantee = value; }
87 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
100 template<
typename MarkerT = Aws::String>
101 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
102 template<
typename MarkerT = Aws::String>
108 bool m_clusterIdentifierHasBeenSet =
false;
111 bool m_accountHasBeenSet =
false;
113 bool m_grantee{
false};
114 bool m_granteeHasBeenSet =
false;
117 bool m_maxRecordsHasBeenSet =
false;
120 bool m_markerHasBeenSet =
false;
void SetMaxRecords(int value)
void SetAccount(AccountT &&value)
bool ClusterIdentifierHasBeenSet() const
DescribeEndpointAuthorizationRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
DescribeEndpointAuthorizationRequest & WithGrantee(bool value)
AWS_REDSHIFT_API DescribeEndpointAuthorizationRequest()=default
DescribeEndpointAuthorizationRequest & WithMaxRecords(int value)
const Aws::String & GetClusterIdentifier() const
bool MaxRecordsHasBeenSet() const
DescribeEndpointAuthorizationRequest & WithAccount(AccountT &&value)
int GetMaxRecords() const
AWS_REDSHIFT_API Aws::String SerializePayload() const override
void SetGrantee(bool value)
void SetClusterIdentifier(ClusterIdentifierT &&value)
DescribeEndpointAuthorizationRequest & WithMarker(MarkerT &&value)
bool GranteeHasBeenSet() const
void SetMarker(MarkerT &&value)
bool MarkerHasBeenSet() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetMarker() const
const Aws::String & GetAccount() const
virtual const char * GetServiceRequestName() const override
bool AccountHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String