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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<StopSolutionVersionCreationRequest>
- Parameters:
stopSolutionVersionCreationRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-