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