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

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

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