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