Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ListStepsResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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