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