Class GetApiKeysRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.apigateway.transform.GetApiKeysRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetApiKeysRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetApiKeysRequestMarshaller
extends Object
implements Marshaller<GetApiKeysRequest>
GetApiKeysRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetApiKeysRequest getApiKeysRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetApiKeysRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetApiKeysRequest>
- Parameters:
- getApiKeysRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-