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