StructuredPojo
, ToCopyableBuilder<InstanceNetworking.Builder,InstanceNetworking>
@Generated("software.amazon.awssdk:codegen") public class InstanceNetworking extends Object implements StructuredPojo, ToCopyableBuilder<InstanceNetworking.Builder,InstanceNetworking>
Describes monthly data transfer rates and port information for an instance.
Modifier and Type | Class | Description |
---|---|---|
static interface |
InstanceNetworking.Builder |
Modifier and Type | Method | Description |
---|---|---|
static InstanceNetworking.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
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() |
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.
public InstanceNetworking.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InstanceNetworking.Builder,InstanceNetworking>
public static InstanceNetworking.Builder builder()
public static Class<? extends InstanceNetworking.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.