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