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