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