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