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