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