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