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