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