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