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