Class DeleteConnectionRecordingPreferencesRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ssmguiconnect.transform.DeleteConnectionRecordingPreferencesRequestMarshaller
- All Implemented Interfaces:
Marshaller<DeleteConnectionRecordingPreferencesRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<DeleteConnectionRecordingPreferencesRequest>
- Parameters:
deleteConnectionRecordingPreferencesRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-