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