Class GetBackendStorageRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.amplifybackend.transform.GetBackendStorageRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetBackendStorageRequest>
@Generated("software.amazon.awssdk:codegen")
public class GetBackendStorageRequestMarshaller
extends Object
implements Marshaller<GetBackendStorageRequest>
GetBackendStorageRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionGetBackendStorageRequestMarshaller
(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(GetBackendStorageRequest getBackendStorageRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
GetBackendStorageRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<GetBackendStorageRequest>
- Parameters:
getBackendStorageRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-