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