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