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