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