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