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