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