Class DescribeBrokerInstanceOptionsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.mq.transform.DescribeBrokerInstanceOptionsRequestMarshaller
- All Implemented Interfaces:
Marshaller<DescribeBrokerInstanceOptionsRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<DescribeBrokerInstanceOptionsRequest>
- Parameters:
describeBrokerInstanceOptionsRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-