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