@Generated(value="software.amazon.awssdk:codegen") public final class SubnetMapping extends Object implements ToCopyableBuilder<SubnetMapping.Builder,SubnetMapping>
Information about a subnet mapping.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
SubnetMapping.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
allocationId()
 [Network Load Balancers] The allocation ID of the Elastic IP address. 
 | 
static SubnetMapping.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
static Class<? extends SubnetMapping.Builder> | 
serializableBuilderClass()  | 
String | 
subnetId()
 The ID of the subnet. 
 | 
SubnetMapping.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic String subnetId()
The ID of the subnet.
public String allocationId()
[Network Load Balancers] The allocation ID of the Elastic IP address.
public SubnetMapping.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<SubnetMapping.Builder,SubnetMapping>public static SubnetMapping.Builder builder()
public static Class<? extends SubnetMapping.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.