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