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