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