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