Amazon.ElasticTranscoder.Model.Internal.MarshallTransformations.UpdatePipelineNotificationsResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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