Class CreateUsageProfileRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.glue.transform.CreateUsageProfileRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateUsageProfileRequest>
@Generated("software.amazon.awssdk:codegen")
public class CreateUsageProfileRequestMarshaller
extends Object
implements Marshaller<CreateUsageProfileRequest>
CreateUsageProfileRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionCreateUsageProfileRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(CreateUsageProfileRequest createUsageProfileRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
CreateUsageProfileRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<CreateUsageProfileRequest>- Parameters:
createUsageProfileRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-