@Generated(value="software.amazon.awssdk:codegen") public final class AuthorizeSecurityGroupEgressRequest extends Ec2Request implements ToCopyableBuilder<AuthorizeSecurityGroupEgressRequest.Builder,AuthorizeSecurityGroupEgressRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
AuthorizeSecurityGroupEgressRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static AuthorizeSecurityGroupEgressRequest.Builder |
builder() |
String |
cidrIp()
Not supported.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
fromPort()
Not supported.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupId()
The ID of the security group.
|
int |
hashCode() |
boolean |
hasIpPermissions()
Returns true if the IpPermissions property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
List<IpPermission> |
ipPermissions()
The sets of IP permissions.
|
String |
ipProtocol()
Not supported.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AuthorizeSecurityGroupEgressRequest.Builder> |
serializableBuilderClass() |
String |
sourceSecurityGroupName()
Not supported.
|
String |
sourceSecurityGroupOwnerId()
Not supported.
|
AuthorizeSecurityGroupEgressRequest.Builder |
toBuilder() |
Integer |
toPort()
Not supported.
|
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String groupId()
The ID of the security group.
public boolean hasIpPermissions()
public List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasIpPermissions()
to see if a value was sent in this field.
public String cidrIp()
Not supported. Use a set of IP permissions to specify the CIDR.
public Integer fromPort()
Not supported. Use a set of IP permissions to specify the port.
public String ipProtocol()
Not supported. Use a set of IP permissions to specify the protocol name or number.
public Integer toPort()
Not supported. Use a set of IP permissions to specify the port.
public String sourceSecurityGroupName()
Not supported. Use a set of IP permissions to specify a destination security group.
public String sourceSecurityGroupOwnerId()
Not supported. Use a set of IP permissions to specify a destination security group.
public AuthorizeSecurityGroupEgressRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AuthorizeSecurityGroupEgressRequest.Builder,AuthorizeSecurityGroupEgressRequest>
toBuilder
in class Ec2Request
public static AuthorizeSecurityGroupEgressRequest.Builder builder()
public static Class<? extends AuthorizeSecurityGroupEgressRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.