@Generated(value="software.amazon.awssdk:codegen") public final class Endpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Endpoint.Builder,Endpoint>
Modifier and Type | Class and Description |
---|---|
static interface |
Endpoint.Builder |
Modifier and Type | Method and Description |
---|---|
static Endpoint.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Endpoint.Builder> |
serializableBuilderClass() |
Endpoint.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
url()
URL of endpoint
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String url()
public Endpoint.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<Endpoint.Builder,Endpoint>
public static Endpoint.Builder builder()
public static Class<? extends Endpoint.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.