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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<CreateNotificationRuleRequest>- Parameters:
 createNotificationRuleRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -