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