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