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