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