Class GetRestApisRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.apigateway.transform.GetRestApisRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<GetRestApisRequest>
@Generated("software.amazon.awssdk:codegen") public class GetRestApisRequestMarshaller extends Object implements Marshaller<GetRestApisRequest>
GetRestApisRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description GetRestApisRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(GetRestApisRequest getRestApisRequest)
-
-
-
Constructor Detail
-
GetRestApisRequestMarshaller
public GetRestApisRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(GetRestApisRequest getRestApisRequest)
- Specified by:
marshallin interfaceMarshaller<GetRestApisRequest>
-
-