7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/redshift/Redshift_EXPORTS.h>
41 template <
typename ClusterIdentifierT = Aws::String>
43 m_clusterIdentifierHasBeenSet =
true;
44 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
46 template <
typename ClusterIdentifierT = Aws::String>
61 template <
typename AccountT = Aws::String>
63 m_accountHasBeenSet =
true;
64 m_account = std::forward<AccountT>(value);
66 template <
typename AccountT = Aws::String>
83 m_granteeHasBeenSet =
true;
102 m_maxRecordsHasBeenSet =
true;
103 m_maxRecords = value;
120 template <
typename MarkerT = Aws::String>
122 m_markerHasBeenSet =
true;
123 m_marker = std::forward<MarkerT>(value);
125 template <
typename MarkerT = Aws::String>
136 bool m_grantee{
false};
141 bool m_clusterIdentifierHasBeenSet =
false;
142 bool m_accountHasBeenSet =
false;
143 bool m_granteeHasBeenSet =
false;
144 bool m_maxRecordsHasBeenSet =
false;
145 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