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