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