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