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