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