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