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