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