7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
33 inline virtual const char*
GetServiceRequestName()
const override {
return "RevokeClusterSecurityGroupIngress"; }
48 template<
typename ClusterSecurityGroupNameT = Aws::String>
49 void SetClusterSecurityGroupName(ClusterSecurityGroupNameT&& value) { m_clusterSecurityGroupNameHasBeenSet =
true; m_clusterSecurityGroupName = std::forward<ClusterSecurityGroupNameT>(value); }
50 template<
typename ClusterSecurityGroupNameT = Aws::String>
63 template<
typename CIDRIPT = Aws::String>
64 void SetCIDRIP(CIDRIPT&& value) { m_cIDRIPHasBeenSet =
true; m_cIDRIP = std::forward<CIDRIPT>(value); }
65 template<
typename CIDRIPT = Aws::String>
78 template<
typename EC2SecurityGroupNameT = Aws::String>
79 void SetEC2SecurityGroupName(EC2SecurityGroupNameT&& value) { m_eC2SecurityGroupNameHasBeenSet =
true; m_eC2SecurityGroupName = std::forward<EC2SecurityGroupNameT>(value); }
80 template<
typename EC2SecurityGroupNameT = Aws::String>
95 template<
typename EC2SecurityGroupOwnerIdT = Aws::String>
96 void SetEC2SecurityGroupOwnerId(EC2SecurityGroupOwnerIdT&& value) { m_eC2SecurityGroupOwnerIdHasBeenSet =
true; m_eC2SecurityGroupOwnerId = std::forward<EC2SecurityGroupOwnerIdT>(value); }
97 template<
typename EC2SecurityGroupOwnerIdT = Aws::String>
103 bool m_clusterSecurityGroupNameHasBeenSet =
false;
106 bool m_cIDRIPHasBeenSet =
false;
109 bool m_eC2SecurityGroupNameHasBeenSet =
false;
112 bool m_eC2SecurityGroupOwnerIdHasBeenSet =
false;
RevokeClusterSecurityGroupIngressRequest & WithEC2SecurityGroupName(EC2SecurityGroupNameT &&value)
void SetCIDRIP(CIDRIPT &&value)
RevokeClusterSecurityGroupIngressRequest & WithClusterSecurityGroupName(ClusterSecurityGroupNameT &&value)
const Aws::String & GetEC2SecurityGroupOwnerId() const
bool EC2SecurityGroupNameHasBeenSet() const
bool EC2SecurityGroupOwnerIdHasBeenSet() const
const Aws::String & GetCIDRIP() const
const Aws::String & GetEC2SecurityGroupName() const
bool CIDRIPHasBeenSet() const
void SetEC2SecurityGroupName(EC2SecurityGroupNameT &&value)
virtual const char * GetServiceRequestName() const override
RevokeClusterSecurityGroupIngressRequest & WithCIDRIP(CIDRIPT &&value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
const Aws::String & GetClusterSecurityGroupName() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetClusterSecurityGroupName(ClusterSecurityGroupNameT &&value)
bool ClusterSecurityGroupNameHasBeenSet() const
void SetEC2SecurityGroupOwnerId(EC2SecurityGroupOwnerIdT &&value)
RevokeClusterSecurityGroupIngressRequest & WithEC2SecurityGroupOwnerId(EC2SecurityGroupOwnerIdT &&value)
AWS_REDSHIFT_API RevokeClusterSecurityGroupIngressRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String