Class ImportAssetFromApiGatewayApiResponseDetails
- java.lang.Object
-
- software.amazon.awssdk.services.dataexchange.model.ImportAssetFromApiGatewayApiResponseDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ImportAssetFromApiGatewayApiResponseDetails.Builder,ImportAssetFromApiGatewayApiResponseDetails>
@Generated("software.amazon.awssdk:codegen") public final class ImportAssetFromApiGatewayApiResponseDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportAssetFromApiGatewayApiResponseDetails.Builder,ImportAssetFromApiGatewayApiResponseDetails>
The response details.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceImportAssetFromApiGatewayApiResponseDetails.Builder
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
apiDescription
public final String apiDescription()
The API description.
- Returns:
- The API description.
-
apiId
public final String apiId()
The API ID.
- Returns:
- The API ID.
-
apiKey
public final String apiKey()
The API key.
- Returns:
- The API key.
-
apiName
public final String apiName()
The API name.
- Returns:
- The API name.
-
apiSpecificationMd5Hash
public final String apiSpecificationMd5Hash()
The Base64-encoded Md5 hash for the API asset, used to ensure the integrity of the API at that location.
- Returns:
- The Base64-encoded Md5 hash for the API asset, used to ensure the integrity of the API at that location.
-
apiSpecificationUploadUrl
public final String apiSpecificationUploadUrl()
The upload URL of the API specification.
- Returns:
- The upload URL of the API specification.
-
apiSpecificationUploadUrlExpiresAt
public final Instant apiSpecificationUploadUrlExpiresAt()
The date and time that the upload URL expires, in ISO 8601 format.
- Returns:
- The date and time that the upload URL expires, in ISO 8601 format.
-
dataSetId
public final String dataSetId()
The data set ID.
- Returns:
- The data set ID.
-
protocolType
public final ProtocolType protocolType()
The protocol type.
If the service returns an enum value that is not available in the current SDK version,
protocolTypewill returnProtocolType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprotocolTypeAsString().- Returns:
- The protocol type.
- See Also:
ProtocolType
-
protocolTypeAsString
public final String protocolTypeAsString()
The protocol type.
If the service returns an enum value that is not available in the current SDK version,
protocolTypewill returnProtocolType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprotocolTypeAsString().- Returns:
- The protocol type.
- See Also:
ProtocolType
-
revisionId
public final String revisionId()
The revision ID.
- Returns:
- The revision ID.
-
stage
public final String stage()
The API stage.
- Returns:
- The API stage.
-
toBuilder
public ImportAssetFromApiGatewayApiResponseDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ImportAssetFromApiGatewayApiResponseDetails.Builder,ImportAssetFromApiGatewayApiResponseDetails>
-
builder
public static ImportAssetFromApiGatewayApiResponseDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends ImportAssetFromApiGatewayApiResponseDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-