Amazon.OpsWorks.Model.Internal.MarshallTransformations.CreateAppResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : CreateAppResponseUnmarshaller
리턴 CreateAppResponseUnmarshaller
        public static CreateAppResponseUnmarshaller GetInstance()
        {
          if (instance == null)
          {
            instance = new CreateAppResponseUnmarshaller();
          }
          return instance;
        }