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