Class ListConfigurationManagersRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ssmquicksetup.transform.ListConfigurationManagersRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListConfigurationManagersRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<ListConfigurationManagersRequest>
- Parameters:
listConfigurationManagersRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-