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