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