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