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