7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
46 template<
typename ClusterIdentifierT = Aws::String>
47 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
48 template<
typename ClusterIdentifierT = Aws::String>
58 template<
typename AccountT = Aws::String>
59 void SetAccount(AccountT&& value) { m_accountHasBeenSet =
true; m_account = std::forward<AccountT>(value); }
60 template<
typename AccountT = Aws::String>
70 template<
typename VpcIdsT = Aws::Vector<Aws::String>>
71 void SetVpcIds(VpcIdsT&& value) { m_vpcIdsHasBeenSet =
true; m_vpcIds = std::forward<VpcIdsT>(value); }
72 template<
typename VpcIdsT = Aws::Vector<Aws::String>>
74 template<
typename VpcIdsT = Aws::String>
80 bool m_clusterIdentifierHasBeenSet =
false;
83 bool m_accountHasBeenSet =
false;
86 bool m_vpcIdsHasBeenSet =
false;
AWS_REDSHIFT_API Aws::String SerializePayload() const override
AuthorizeEndpointAccessRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
const Aws::Vector< Aws::String > & GetVpcIds() const
void SetClusterIdentifier(ClusterIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
void SetAccount(AccountT &&value)
AuthorizeEndpointAccessRequest & WithVpcIds(VpcIdsT &&value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool AccountHasBeenSet() const
void SetVpcIds(VpcIdsT &&value)
bool ClusterIdentifierHasBeenSet() const
const Aws::String & GetClusterIdentifier() const
AuthorizeEndpointAccessRequest & AddVpcIds(VpcIdsT &&value)
bool VpcIdsHasBeenSet() const
AuthorizeEndpointAccessRequest & WithAccount(AccountT &&value)
const Aws::String & GetAccount() const
AWS_REDSHIFT_API AuthorizeEndpointAccessRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector