Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.UpdatePipelineNotificationsResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : UpdatePipelineNotificationsResponseUnmarshaller
return UpdatePipelineNotificationsResponseUnmarshaller
        public static UpdatePipelineNotificationsResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new UpdatePipelineNotificationsResponseUnmarshaller();
          }
          return instance;
        }
  
UpdatePipelineNotificationsResponseUnmarshaller