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