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