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