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

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

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