StructuredPojo
, ToCopyableBuilder<ConnectivityInfo.Builder,ConnectivityInfo>
@Generated("software.amazon.awssdk:codegen") public class ConnectivityInfo extends Object implements StructuredPojo, ToCopyableBuilder<ConnectivityInfo.Builder,ConnectivityInfo>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ConnectivityInfo.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ConnectivityInfo.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
hostAddress() |
Endpoint for the GGC.
|
String |
id() |
Element Id for this entry in the list.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
metadata() |
Metadata for this endpoint.
|
Integer |
portNumber() |
Port of the GGC.
|
static Class<? extends ConnectivityInfo.Builder> |
serializableBuilderClass() |
|
ConnectivityInfo.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String hostAddress()
public String id()
public String metadata()
public Integer portNumber()
public ConnectivityInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ConnectivityInfo.Builder,ConnectivityInfo>
public static ConnectivityInfo.Builder builder()
public static Class<? extends ConnectivityInfo.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.