@Generated(value="software.amazon.awssdk:codegen") public final class InstanceNetworking extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InstanceNetworking.Builder,InstanceNetworking>
Describes monthly data transfer rates and port information for an instance.
Modifier and Type | Class and Description |
---|---|
static interface |
InstanceNetworking.Builder |
Modifier and Type | Method and Description |
---|---|
static InstanceNetworking.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MonthlyTransfer |
monthlyTransfer()
The amount of data in GB allocated for monthly data transfers.
|
List<InstancePortInfo> |
ports()
An array of key-value pairs containing information about the ports on the instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InstanceNetworking.Builder> |
serializableBuilderClass() |
InstanceNetworking.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public MonthlyTransfer monthlyTransfer()
The amount of data in GB allocated for monthly data transfers.
public List<InstancePortInfo> ports()
An array of key-value pairs containing information about the ports on the instance.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public InstanceNetworking.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InstanceNetworking.Builder,InstanceNetworking>
public static InstanceNetworking.Builder builder()
public static Class<? extends InstanceNetworking.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.