Class DeleteAuthorizerRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.apigatewayv2.transform.DeleteAuthorizerRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<DeleteAuthorizerRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteAuthorizerRequestMarshaller extends Object implements Marshaller<DeleteAuthorizerRequest>
DeleteAuthorizerRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description DeleteAuthorizerRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(DeleteAuthorizerRequest deleteAuthorizerRequest)
-
-
-
Constructor Detail
-
DeleteAuthorizerRequestMarshaller
public DeleteAuthorizerRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(DeleteAuthorizerRequest deleteAuthorizerRequest)
- Specified by:
marshallin interfaceMarshaller<DeleteAuthorizerRequest>
-
-