Amazon.ElasticMapReduce.Model.Internal.MarshallTransformations.ListInstancesResponseUnmarshaller.GetInstance C# (CSharp) Метод

GetInstance() публичный статический Метод

public static GetInstance ( ) : ListInstancesResponseUnmarshaller
Результат ListInstancesResponseUnmarshaller
        public static ListInstancesResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new ListInstancesResponseUnmarshaller();
          }
          return instance;
        }