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