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