Class ListIdNamespacesRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.entityresolution.transform.ListIdNamespacesRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListIdNamespacesRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class ListIdNamespacesRequestMarshaller
extends Object
implements Marshaller<ListIdNamespacesRequest>
ListIdNamespacesRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionListIdNamespacesRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListIdNamespacesRequest listIdNamespacesRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListIdNamespacesRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListIdNamespacesRequest>
- Parameters:
- listIdNamespacesRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-