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