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