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

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

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