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