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