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