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

GetInstance() 공개 정적인 메소드

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