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