@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RevokeSecurityGroupEgressRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<RevokeSecurityGroupEgressRequest>
NOOP| Constructor and Description | 
|---|
| RevokeSecurityGroupEgressRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| RevokeSecurityGroupEgressRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getCidrIp()
 Not supported. | 
| Request<RevokeSecurityGroupEgressRequest> | getDryRunRequest()This method is intended for internal use only. | 
| Integer | getFromPort()
 Not supported. | 
| String | getGroupId()
 The ID of the security group. | 
| List<IpPermission> | getIpPermissions()
 The sets of IP permissions. | 
| String | getIpProtocol()
 Not supported. | 
| List<String> | getSecurityGroupRuleIds()
 The IDs of the security group rules. | 
| String | getSourceSecurityGroupName()
 Not supported. | 
| String | getSourceSecurityGroupOwnerId()
 Not supported. | 
| Integer | getToPort()
 Not supported. | 
| int | hashCode() | 
| void | setCidrIp(String cidrIp)
 Not supported. | 
| void | setFromPort(Integer fromPort)
 Not supported. | 
| void | setGroupId(String groupId)
 The ID of the security group. | 
| void | setIpPermissions(Collection<IpPermission> ipPermissions)
 The sets of IP permissions. | 
| void | setIpProtocol(String ipProtocol)
 Not supported. | 
| void | setSecurityGroupRuleIds(Collection<String> securityGroupRuleIds)
 The IDs of the security group rules. | 
| void | setSourceSecurityGroupName(String sourceSecurityGroupName)
 Not supported. | 
| void | setSourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId)
 Not supported. | 
| void | setToPort(Integer toPort)
 Not supported. | 
| String | toString()Returns a string representation of this object. | 
| RevokeSecurityGroupEgressRequest | withCidrIp(String cidrIp)
 Not supported. | 
| RevokeSecurityGroupEgressRequest | withFromPort(Integer fromPort)
 Not supported. | 
| RevokeSecurityGroupEgressRequest | withGroupId(String groupId)
 The ID of the security group. | 
| RevokeSecurityGroupEgressRequest | withIpPermissions(Collection<IpPermission> ipPermissions)
 The sets of IP permissions. | 
| RevokeSecurityGroupEgressRequest | withIpPermissions(IpPermission... ipPermissions)
 The sets of IP permissions. | 
| RevokeSecurityGroupEgressRequest | withIpProtocol(String ipProtocol)
 Not supported. | 
| RevokeSecurityGroupEgressRequest | withSecurityGroupRuleIds(Collection<String> securityGroupRuleIds)
 The IDs of the security group rules. | 
| RevokeSecurityGroupEgressRequest | withSecurityGroupRuleIds(String... securityGroupRuleIds)
 The IDs of the security group rules. | 
| RevokeSecurityGroupEgressRequest | withSourceSecurityGroupName(String sourceSecurityGroupName)
 Not supported. | 
| RevokeSecurityGroupEgressRequest | withSourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId)
 Not supported. | 
| RevokeSecurityGroupEgressRequest | withToPort(Integer toPort)
 Not supported. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setGroupId(String groupId)
The ID of the security group.
groupId - The ID of the security group.public String getGroupId()
The ID of the security group.
public RevokeSecurityGroupEgressRequest withGroupId(String groupId)
The ID of the security group.
groupId - The ID of the security group.public List<IpPermission> getIpPermissions()
The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.
public void setIpPermissions(Collection<IpPermission> ipPermissions)
The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.
ipPermissions - The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in
        the same set of permissions.public RevokeSecurityGroupEgressRequest withIpPermissions(IpPermission... ipPermissions)
The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.
 NOTE: This method appends the values to the existing list (if any). Use
 setIpPermissions(java.util.Collection) or withIpPermissions(java.util.Collection) if you want
 to override the existing values.
 
ipPermissions - The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in
        the same set of permissions.public RevokeSecurityGroupEgressRequest withIpPermissions(Collection<IpPermission> ipPermissions)
The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.
ipPermissions - The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in
        the same set of permissions.public List<String> getSecurityGroupRuleIds()
The IDs of the security group rules.
public void setSecurityGroupRuleIds(Collection<String> securityGroupRuleIds)
The IDs of the security group rules.
securityGroupRuleIds - The IDs of the security group rules.public RevokeSecurityGroupEgressRequest withSecurityGroupRuleIds(String... securityGroupRuleIds)
The IDs of the security group rules.
 NOTE: This method appends the values to the existing list (if any). Use
 setSecurityGroupRuleIds(java.util.Collection) or withSecurityGroupRuleIds(java.util.Collection)
 if you want to override the existing values.
 
securityGroupRuleIds - The IDs of the security group rules.public RevokeSecurityGroupEgressRequest withSecurityGroupRuleIds(Collection<String> securityGroupRuleIds)
The IDs of the security group rules.
securityGroupRuleIds - The IDs of the security group rules.public void setCidrIp(String cidrIp)
Not supported. Use a set of IP permissions to specify the CIDR.
cidrIp - Not supported. Use a set of IP permissions to specify the CIDR.public String getCidrIp()
Not supported. Use a set of IP permissions to specify the CIDR.
public RevokeSecurityGroupEgressRequest withCidrIp(String cidrIp)
Not supported. Use a set of IP permissions to specify the CIDR.
cidrIp - Not supported. Use a set of IP permissions to specify the CIDR.public void setFromPort(Integer fromPort)
Not supported. Use a set of IP permissions to specify the port.
fromPort - Not supported. Use a set of IP permissions to specify the port.public Integer getFromPort()
Not supported. Use a set of IP permissions to specify the port.
public RevokeSecurityGroupEgressRequest withFromPort(Integer fromPort)
Not supported. Use a set of IP permissions to specify the port.
fromPort - Not supported. Use a set of IP permissions to specify the port.public void setIpProtocol(String ipProtocol)
Not supported. Use a set of IP permissions to specify the protocol name or number.
ipProtocol - Not supported. Use a set of IP permissions to specify the protocol name or number.public String getIpProtocol()
Not supported. Use a set of IP permissions to specify the protocol name or number.
public RevokeSecurityGroupEgressRequest withIpProtocol(String ipProtocol)
Not supported. Use a set of IP permissions to specify the protocol name or number.
ipProtocol - Not supported. Use a set of IP permissions to specify the protocol name or number.public void setToPort(Integer toPort)
Not supported. Use a set of IP permissions to specify the port.
toPort - Not supported. Use a set of IP permissions to specify the port.public Integer getToPort()
Not supported. Use a set of IP permissions to specify the port.
public RevokeSecurityGroupEgressRequest withToPort(Integer toPort)
Not supported. Use a set of IP permissions to specify the port.
toPort - Not supported. Use a set of IP permissions to specify the port.public void setSourceSecurityGroupName(String sourceSecurityGroupName)
Not supported. Use a set of IP permissions to specify a destination security group.
sourceSecurityGroupName - Not supported. Use a set of IP permissions to specify a destination security group.public String getSourceSecurityGroupName()
Not supported. Use a set of IP permissions to specify a destination security group.
public RevokeSecurityGroupEgressRequest withSourceSecurityGroupName(String sourceSecurityGroupName)
Not supported. Use a set of IP permissions to specify a destination security group.
sourceSecurityGroupName - Not supported. Use a set of IP permissions to specify a destination security group.public void setSourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId)
Not supported. Use a set of IP permissions to specify a destination security group.
sourceSecurityGroupOwnerId - Not supported. Use a set of IP permissions to specify a destination security group.public String getSourceSecurityGroupOwnerId()
Not supported. Use a set of IP permissions to specify a destination security group.
public RevokeSecurityGroupEgressRequest withSourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId)
Not supported. Use a set of IP permissions to specify a destination security group.
sourceSecurityGroupOwnerId - Not supported. Use a set of IP permissions to specify a destination security group.public Request<RevokeSecurityGroupEgressRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<RevokeSecurityGroupEgressRequest>public String toString()
toString in class ObjectObject.toString()public RevokeSecurityGroupEgressRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()