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