@Generated(value="software.amazon.awssdk:codegen") public final class IngestEndpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IngestEndpoint.Builder,IngestEndpoint>
| Modifier and Type | Class and Description |
|---|---|
static interface |
IngestEndpoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IngestEndpoint.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The system generated unique identifier for the IngestEndpoint
|
String |
password()
The system generated password for ingest authentication.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IngestEndpoint.Builder> |
serializableBuilderClass() |
IngestEndpoint.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
url()
The ingest URL to which the source stream should be sent.
|
String |
username()
The system generated username for ingest authentication.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String id()
public String password()
public String url()
public String username()
public IngestEndpoint.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IngestEndpoint.Builder,IngestEndpoint>public static IngestEndpoint.Builder builder()
public static Class<? extends IngestEndpoint.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.