@Generated(value="software.amazon.awssdk:codegen") public final class CustomerNodeEndpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomerNodeEndpoint.Builder,CustomerNodeEndpoint>
The endpoint from which data should be migrated.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomerNodeEndpoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
address()
The address of the node endpoint
|
static CustomerNodeEndpoint.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
port()
The port of the node endpoint
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomerNodeEndpoint.Builder> |
serializableBuilderClass() |
CustomerNodeEndpoint.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String address()
The address of the node endpoint
public final Integer port()
The port of the node endpoint
public CustomerNodeEndpoint.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomerNodeEndpoint.Builder,CustomerNodeEndpoint>public static CustomerNodeEndpoint.Builder builder()
public static Class<? extends CustomerNodeEndpoint.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.