@Generated(value="software.amazon.awssdk:codegen") public final class PhysicalConnectionRequirements extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PhysicalConnectionRequirements.Builder,PhysicalConnectionRequirements>
Specifies the physical requirements for a connection.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PhysicalConnectionRequirements.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
availabilityZone()
The connection's Availability Zone.
|
static PhysicalConnectionRequirements.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSecurityGroupIdList()
Returns true if the SecurityGroupIdList 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<SdkField<?>> |
sdkFields() |
List<String> |
securityGroupIdList()
The security group ID list used by the connection.
|
static Class<? extends PhysicalConnectionRequirements.Builder> |
serializableBuilderClass() |
String |
subnetId()
The subnet ID used by the connection.
|
PhysicalConnectionRequirements.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String subnetId()
The subnet ID used by the connection.
public boolean hasSecurityGroupIdList()
public List<String> securityGroupIdList()
The security group ID list used by the connection.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSecurityGroupIdList() to see if a value was sent in this field.
public String availabilityZone()
The connection's Availability Zone. This field is redundant because the specified subnet implies the Availability Zone to be used. Currently the field must be populated, but it will be deprecated in the future.
public PhysicalConnectionRequirements.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PhysicalConnectionRequirements.Builder,PhysicalConnectionRequirements>public static PhysicalConnectionRequirements.Builder builder()
public static Class<? extends PhysicalConnectionRequirements.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.