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