Class DescribeTrustStoreRevocationsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.elasticloadbalancingv2.transform.DescribeTrustStoreRevocationsRequestMarshaller
- All Implemented Interfaces:
Marshaller<DescribeTrustStoreRevocationsRequest>
@Generated("software.amazon.awssdk:codegen")
public class DescribeTrustStoreRevocationsRequestMarshaller
extends Object
implements Marshaller<DescribeTrustStoreRevocationsRequest>
DescribeTrustStoreRevocationsRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionDescribeTrustStoreRevocationsRequestMarshaller
(AwsQueryProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(DescribeTrustStoreRevocationsRequest describeTrustStoreRevocationsRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
DescribeTrustStoreRevocationsRequestMarshaller
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(DescribeTrustStoreRevocationsRequest describeTrustStoreRevocationsRequest) Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<DescribeTrustStoreRevocationsRequest>
- Parameters:
describeTrustStoreRevocationsRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-