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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<ListRuleExecutionsRequest>
- Parameters:
listRuleExecutionsRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-