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

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

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