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