63 inline void SetClusterIdentifier(
const char* value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier.assign(value); }
104 inline void SetAccount(
const char* value) { m_accountHasBeenSet =
true; m_account.assign(value); }
193 inline void SetForce(
bool value) { m_forceHasBeenSet =
true; m_force = value; }
204 bool m_clusterIdentifierHasBeenSet =
false;
207 bool m_accountHasBeenSet =
false;
210 bool m_vpcIdsHasBeenSet =
false;
213 bool m_forceHasBeenSet =
false;
bool ClusterIdentifierHasBeenSet() const
RevokeEndpointAccessRequest & WithClusterIdentifier(const char *value)
void SetVpcIds(const Aws::Vector< Aws::String > &value)
void SetAccount(const char *value)
bool AccountHasBeenSet() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
RevokeEndpointAccessRequest & WithForce(bool value)
const Aws::String & GetClusterIdentifier() const
void SetClusterIdentifier(Aws::String &&value)
bool ForceHasBeenSet() const
RevokeEndpointAccessRequest & WithAccount(const Aws::String &value)
RevokeEndpointAccessRequest & WithVpcIds(const Aws::Vector< Aws::String > &value)
void SetAccount(Aws::String &&value)
void SetClusterIdentifier(const Aws::String &value)
RevokeEndpointAccessRequest & WithClusterIdentifier(Aws::String &&value)
void SetForce(bool value)
virtual const char * GetServiceRequestName() const override
RevokeEndpointAccessRequest & WithClusterIdentifier(const Aws::String &value)
void SetVpcIds(Aws::Vector< Aws::String > &&value)
RevokeEndpointAccessRequest & AddVpcIds(Aws::String &&value)
RevokeEndpointAccessRequest & WithVpcIds(Aws::Vector< Aws::String > &&value)
const Aws::String & GetAccount() const
bool VpcIdsHasBeenSet() const
void SetAccount(const Aws::String &value)
void SetClusterIdentifier(const char *value)
RevokeEndpointAccessRequest & WithAccount(const char *value)
AWS_REDSHIFT_API RevokeEndpointAccessRequest()
RevokeEndpointAccessRequest & AddVpcIds(const Aws::String &value)
RevokeEndpointAccessRequest & AddVpcIds(const char *value)
const Aws::Vector< Aws::String > & GetVpcIds() const
RevokeEndpointAccessRequest & WithAccount(Aws::String &&value)
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