@Generated(value="software.amazon.awssdk:codegen") public final class PhysicalConnectionRequirements extends Object implements StructuredPojo, 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String subnetId()
The subnet ID used by the connection.
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.
public String availabilityZone()
The connection's availability zone.
public PhysicalConnectionRequirements.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PhysicalConnectionRequirements.Builder,PhysicalConnectionRequirements>
public static PhysicalConnectionRequirements.Builder builder()
public static Class<? extends PhysicalConnectionRequirements.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.