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