@Generated(value="software.amazon.awssdk:codegen") public final class InputDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputDestination.Builder,InputDestination>
| Modifier and Type | Class and Description |
|---|---|
static interface |
InputDestination.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InputDestination.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ip()
The system-generated static IP address of endpoint.
|
String |
port()
The port number for the input.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputDestination.Builder> |
serializableBuilderClass() |
InputDestination.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
url()
This represents the endpoint that the customer stream will be pushed to.
|
InputDestinationVpc |
vpc()
Returns the value of the Vpc property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ip()
public final String port()
public final String url()
public final InputDestinationVpc vpc()
public InputDestination.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InputDestination.Builder,InputDestination>public static InputDestination.Builder builder()
public static Class<? extends InputDestination.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.