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