Amazon.DataPipeline.Model.Internal.MarshallTransformations.ListPipelinesResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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