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