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