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