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