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