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