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