@Generated(value="software.amazon.awssdk:codegen") public final class VpcConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcConfig.Builder,VpcConfig>
The VPC security groups and subnets that are attached to a Lambda function. For more information, see VPC Settings.
Modifier and Type | Class and Description |
---|---|
static interface |
VpcConfig.Builder |
Modifier and Type | Method and Description |
---|---|
static VpcConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSecurityGroupIds()
Returns true if the SecurityGroupIds property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasSubnetIds()
Returns true if the SubnetIds 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> |
securityGroupIds()
A list of VPC security groups IDs.
|
static Class<? extends VpcConfig.Builder> |
serializableBuilderClass() |
List<String> |
subnetIds()
A list of VPC subnet IDs.
|
VpcConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public boolean hasSubnetIds()
public List<String> subnetIds()
A list of VPC subnet IDs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSubnetIds()
to see if a value was sent in this field.
public boolean hasSecurityGroupIds()
public List<String> securityGroupIds()
A list of VPC security groups IDs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSecurityGroupIds()
to see if a value was sent in this field.
public VpcConfig.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<VpcConfig.Builder,VpcConfig>
public static VpcConfig.Builder builder()
public static Class<? extends VpcConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.