Class ListConfigurationsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.mq.transform.ListConfigurationsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListConfigurationsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListConfigurationsRequestMarshaller
extends Object
implements Marshaller<ListConfigurationsRequest>
ListConfigurationsRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionListConfigurationsRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListConfigurationsRequest listConfigurationsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListConfigurationsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListConfigurationsRequest>
- Parameters:
- listConfigurationsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-