@Generated(value="software.amazon.awssdk:codegen") public final class ImportAssetFromApiGatewayApiRequestDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportAssetFromApiGatewayApiRequestDetails.Builder,ImportAssetFromApiGatewayApiRequestDetails>
The request details.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportAssetFromApiGatewayApiRequestDetails.Builder |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String apiDescription()
The API description. Markdown supported.
public final String apiId()
The API Gateway API ID.
public final String apiKey()
The API Gateway API key.
public final String apiName()
The API name.
public final String apiSpecificationMd5Hash()
The Base64-encoded MD5 hash of the OpenAPI 3.0 JSON API specification file. It is used to ensure the integrity of the file.
public final String dataSetId()
The data set ID.
public final ProtocolType protocolType()
The protocol type.
If the service returns an enum value that is not available in the current SDK version, protocolType will
return ProtocolType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
protocolTypeAsString().
ProtocolTypepublic final String protocolTypeAsString()
The protocol type.
If the service returns an enum value that is not available in the current SDK version, protocolType will
return ProtocolType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
protocolTypeAsString().
ProtocolTypepublic final String revisionId()
The revision ID.
public final String stage()
The API stage.
public ImportAssetFromApiGatewayApiRequestDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportAssetFromApiGatewayApiRequestDetails.Builder,ImportAssetFromApiGatewayApiRequestDetails>public static ImportAssetFromApiGatewayApiRequestDetails.Builder builder()
public static Class<? extends ImportAssetFromApiGatewayApiRequestDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.