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