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