7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/redshift/RedshiftRequest.h>
10#include <aws/redshift/Redshift_EXPORTS.h>
42 template <
typename ClusterIdentifierT = Aws::String>
44 m_clusterIdentifierHasBeenSet =
true;
45 m_clusterIdentifier = std::forward<ClusterIdentifierT>(value);
47 template <
typename ClusterIdentifierT = Aws::String>
60 template <
typename AccountT = Aws::String>
62 m_accountHasBeenSet =
true;
63 m_account = std::forward<AccountT>(value);
65 template <
typename AccountT = Aws::String>
79 template <
typename VpcIdsT = Aws::Vector<Aws::String>>
81 m_vpcIdsHasBeenSet =
true;
82 m_vpcIds = std::forward<VpcIdsT>(value);
84 template <
typename VpcIdsT = Aws::Vector<Aws::String>>
89 template <
typename VpcIdsT = Aws::String>
91 m_vpcIdsHasBeenSet =
true;
92 m_vpcIds.emplace_back(std::forward<VpcIdsT>(value));
105 m_forceHasBeenSet =
true;
121 bool m_clusterIdentifierHasBeenSet =
false;
122 bool m_accountHasBeenSet =
false;
123 bool m_vpcIdsHasBeenSet =
false;
124 bool m_forceHasBeenSet =
false;
bool ClusterIdentifierHasBeenSet() const
void SetClusterIdentifier(ClusterIdentifierT &&value)
bool AccountHasBeenSet() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
RevokeEndpointAccessRequest & WithForce(bool value)
const Aws::String & GetClusterIdentifier() const
RevokeEndpointAccessRequest & WithAccount(AccountT &&value)
bool ForceHasBeenSet() const
void SetVpcIds(VpcIdsT &&value)
AWS_REDSHIFT_API RevokeEndpointAccessRequest()=default
RevokeEndpointAccessRequest & WithClusterIdentifier(ClusterIdentifierT &&value)
void SetForce(bool value)
RevokeEndpointAccessRequest & AddVpcIds(VpcIdsT &&value)
RevokeEndpointAccessRequest & WithVpcIds(VpcIdsT &&value)
virtual const char * GetServiceRequestName() const override
void SetAccount(AccountT &&value)
const Aws::String & GetAccount() const
bool VpcIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetVpcIds() const
AWS_REDSHIFT_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector