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