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