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