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