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

GetInstance() 공개 정적인 메소드

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