Class GetDepotUrlRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.evs.transform.GetDepotUrlRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetDepotUrlRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetDepotUrlRequestMarshaller
extends Object
implements Marshaller<GetDepotUrlRequest>
GetDepotUrlRequest Marshaller-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshall(GetDepotUrlRequest getDepotUrlRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
GetDepotUrlRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<GetDepotUrlRequest>- Parameters:
getDepotUrlRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-