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