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