@Generated(value="software.amazon.awssdk:codegen") public final class AwsApiGatewayEndpointConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsApiGatewayEndpointConfiguration.Builder,AwsApiGatewayEndpointConfiguration>
Contains information about the endpoints for the API.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsApiGatewayEndpointConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsApiGatewayEndpointConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTypes()
Returns true if the Types property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsApiGatewayEndpointConfiguration.Builder> |
serializableBuilderClass() |
AwsApiGatewayEndpointConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<String> |
types()
A list of endpoint types for the REST API.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasTypes()
public final List<String> types()
A list of endpoint types for the REST API.
For an edge-optimized API, the endpoint type is EDGE. For a Regional API, the endpoint type is
REGIONAL. For a private API, the endpoint type is PRIVATE.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTypes() to see if a value was sent in this field.
For an edge-optimized API, the endpoint type is EDGE. For a Regional API, the endpoint type
is REGIONAL. For a private API, the endpoint type is PRIVATE.
public AwsApiGatewayEndpointConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsApiGatewayEndpointConfiguration.Builder,AwsApiGatewayEndpointConfiguration>public static AwsApiGatewayEndpointConfiguration.Builder builder()
public static Class<? extends AwsApiGatewayEndpointConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.