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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<StartConfigurationSessionRequest>
- Parameters:
startConfigurationSessionRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-