StructuredPojo
, ToCopyableBuilder<VpcConfig.Builder,VpcConfig>
@Generated("software.amazon.awssdk:codegen") public class VpcConfig extends Object implements StructuredPojo, ToCopyableBuilder<VpcConfig.Builder,VpcConfig>
VPC configuration information.
Modifier and Type | Class | Description |
---|---|---|
static interface |
VpcConfig.Builder |
Modifier and Type | Method | Description |
---|---|---|
static VpcConfig.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
List<String> |
securityGroupIds() |
Security groups associated with the fleet.
|
static Class<? extends VpcConfig.Builder> |
serializableBuilderClass() |
|
List<String> |
subnetIds() |
The list of subnets to which a network interface is established from the fleet instance.
|
VpcConfig.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public List<String> subnetIds()
The list of subnets to which a network interface is established from the fleet instance.
public List<String> securityGroupIds()
Security groups associated with the fleet.
public VpcConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<VpcConfig.Builder,VpcConfig>
public static VpcConfig.Builder builder()
public static Class<? extends VpcConfig.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.