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