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