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