Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ListStepsResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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