Class AwsApiGatewayV2ApiDetails
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsApiGatewayV2ApiDetails.Builder,AwsApiGatewayV2ApiDetails>
Contains information about a version 2 API in Amazon API Gateway.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe URI of the API.final StringapiId()The identifier of the API.final StringAn API key selection expression.builder()final AwsCorsConfigurationA cross-origin resource sharing (CORS) configuration.final StringIndicates when the API was created.final StringA description of the API.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringname()The name of the API.final StringThe API protocol for the API.final StringThe route selection expression for the API.static Class<? extends AwsApiGatewayV2ApiDetails.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final Stringversion()The version identifier for the API.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
apiEndpoint
The URI of the API.
Uses the format
<api-id>.execute-api.<region>.amazonaws.comThe stage name is typically appended to the URI to form a complete path to a deployed API stage.
- Returns:
- The URI of the API.
Uses the format
<api-id>.execute-api.<region>.amazonaws.comThe stage name is typically appended to the URI to form a complete path to a deployed API stage.
-
apiId
The identifier of the API.
- Returns:
- The identifier of the API.
-
apiKeySelectionExpression
An API key selection expression. Supported only for WebSocket APIs.
- Returns:
- An API key selection expression. Supported only for WebSocket APIs.
-
createdDate
Indicates when the API was created.
Uses the
date-timeformat specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated byT. For example,2020-03-22T13:22:13.933Z.- Returns:
- Indicates when the API was created.
Uses the
date-timeformat specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated byT. For example,2020-03-22T13:22:13.933Z.
-
description
A description of the API.
- Returns:
- A description of the API.
-
version
The version identifier for the API.
- Returns:
- The version identifier for the API.
-
name
The name of the API.
- Returns:
- The name of the API.
-
protocolType
The API protocol for the API.
Valid values:
WEBSOCKET|HTTP- Returns:
- The API protocol for the API.
Valid values:
WEBSOCKET|HTTP
-
routeSelectionExpression
The route selection expression for the API.
For HTTP APIs, must be
${request.method} ${request.path}. This is the default value for HTTP APIs.For WebSocket APIs, there is no default value.
- Returns:
- The route selection expression for the API.
For HTTP APIs, must be
${request.method} ${request.path}. This is the default value for HTTP APIs.For WebSocket APIs, there is no default value.
-
corsConfiguration
A cross-origin resource sharing (CORS) configuration. Supported only for HTTP APIs.
- Returns:
- A cross-origin resource sharing (CORS) configuration. Supported only for HTTP APIs.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsApiGatewayV2ApiDetails.Builder,AwsApiGatewayV2ApiDetails> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-