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