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