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