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